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/fftw/AUD_BandPassReader.h')
-rw-r--r--intern/audaspace/fftw/AUD_BandPassReader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/audaspace/fftw/AUD_BandPassReader.h b/intern/audaspace/fftw/AUD_BandPassReader.h
index 155b8d7b0bc..55a950818e0 100644
--- a/intern/audaspace/fftw/AUD_BandPassReader.h
+++ b/intern/audaspace/fftw/AUD_BandPassReader.h
@@ -27,8 +27,8 @@
*/
-#ifndef AUD_BANDPASSREADER
-#define AUD_BANDPASSREADER
+#ifndef __AUD_BANDPASSREADER_H__
+#define __AUD_BANDPASSREADER_H__
#include <fftw3.h>
@@ -99,4 +99,4 @@ public:
virtual void read(int & length, sample_t* & buffer);
};
-#endif //AUD_BANDPASSREADER
+#endif //__AUD_BANDPASSREADER_H__