Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/intern/AUD_IWriter.h')
-rw-r--r--intern/audaspace/intern/AUD_IWriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/audaspace/intern/AUD_IWriter.h b/intern/audaspace/intern/AUD_IWriter.h
index 401faea4813..3c92661c75d 100644
--- a/intern/audaspace/intern/AUD_IWriter.h
+++ b/intern/audaspace/intern/AUD_IWriter.h
@@ -27,8 +27,8 @@
*/
-#ifndef AUD_IWRITER
-#define AUD_IWRITER
+#ifndef __AUD_IWRITER_H__
+#define __AUD_IWRITER_H__
#include "AUD_Space.h"
@@ -64,4 +64,4 @@ public:
virtual void write(unsigned int length, sample_t* buffer)=0;
};
-#endif //AUD_IWRITER
+#endif //__AUD_IWRITER_H__