diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-03-09 15:52:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-09 15:52:57 +0100 |
commit | a05eab95305fab9b260a0fc44636dc485712140b (patch) | |
tree | df5c588d42b8caf487d8389128f5597e0b80ccde /src/sound/PeakFile.h | |
parent | 3f758f38ad5ad7c0696bb838bb93b9af80af8c3a (diff) | |
download | rosegarden-a05eab95305fab9b260a0fc44636dc485712140b.tar.gz rosegarden-a05eab95305fab9b260a0fc44636dc485712140b.zip |
Fix unintended rename of PEAKFILE
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 00260fb..86ecc56 100644 --- a/src/sound/PeakFile.h +++ b/src/sound/PeakFile.h @@ -26,8 +26,8 @@ #include "SoundFile.h" #include "RealTime.h" -#ifndef _PEATDEFILE_H_ -#define _PEATDEFILE_H_ +#ifndef _PEAKFILE_H_ +#define _PEAKFILE_H_ // A PeakFile is generated to the BWF Supplement 3 Peak Envelope Chunk // format as defined here: @@ -192,6 +192,6 @@ protected: } -#endif // _PEATDEFILE_H_ +#endif // _PEAKFILE_H_ |