diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:25:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:25:45 -0600 |
commit | 4da01909a890b0053eb0dd068a6e483e75a94204 (patch) | |
tree | 1cfe51ef5b14bd9ef61f4d64c185a9b4b990eadf /src/sound/PeakFile.h | |
parent | efe74e7dc33cd566621f814946f589ec37a2d242 (diff) | |
download | rosegarden-4da01909a890b0053eb0dd068a6e483e75a94204.tar.gz rosegarden-4da01909a890b0053eb0dd068a6e483e75a94204.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'src/sound/PeakFile.h')
-rw-r--r-- | src/sound/PeakFile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound/PeakFile.h b/src/sound/PeakFile.h index 86ecc56..00260fb 100644 --- a/src/sound/PeakFile.h +++ b/src/sound/PeakFile.h @@ -26,8 +26,8 @@ #include "SoundFile.h" #include "RealTime.h" -#ifndef _PEAKFILE_H_ -#define _PEAKFILE_H_ +#ifndef _PEATDEFILE_H_ +#define _PEATDEFILE_H_ // A PeakFile is generated to the BWF Supplement 3 Peak Envelope Chunk // format as defined here: @@ -192,6 +192,6 @@ protected: } -#endif // _PEAKFILE_H_ +#endif // _PEATDEFILE_H_ |