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/FX/AUD_IIRFilterReader.h')
-rw-r--r--intern/audaspace/FX/AUD_IIRFilterReader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/audaspace/FX/AUD_IIRFilterReader.h b/intern/audaspace/FX/AUD_IIRFilterReader.h
index 01a41385715..d9be52f2919 100644
--- a/intern/audaspace/FX/AUD_IIRFilterReader.h
+++ b/intern/audaspace/FX/AUD_IIRFilterReader.h
@@ -27,8 +27,8 @@
*/
-#ifndef AUD_IIRFILTERREADER
-#define AUD_IIRFILTERREADER
+#ifndef __AUD_IIRFILTERREADER_H__
+#define __AUD_IIRFILTERREADER_H__
#include "AUD_BaseIIRFilterReader.h"
@@ -70,4 +70,4 @@ public:
const std::vector<float>& a);
};
-#endif //AUD_IIRFILTERREADER
+#endif //__AUD_IIRFILTERREADER_H__