aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mod/modfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mod/modfile.h')
-rw-r--r--taglib/mod/modfile.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/taglib/mod/modfile.h b/taglib/mod/modfile.h
index ff385ce1..997c6d62 100644
--- a/taglib/mod/modfile.h
+++ b/taglib/mod/modfile.h
@@ -28,19 +28,19 @@
#include "taglib_export.h"
namespace TagLib {
- namespace Mod {
- class TAGLIB_EXPORT File : public TagLib::File {
- protected:
- File(FileName file);
- File(IOStream *stream);
+ namespace Mod {
+ class TAGLIB_EXPORT File : public TagLib::File {
+ protected:
+ File(FileName file);
+ File(IOStream *stream);
- void writeString(const String &s, ulong size);
- bool readString(String &s, ulong size);
- bool readByte(uchar &byte);
- bool readU16L(ushort &number);
- bool readU32L(ulong &number);
- };
- }
+ void writeString(const String &s, ulong size);
+ bool readString(String &s, ulong size);
+ bool readByte(uchar &byte);
+ bool readU16L(ushort &number);
+ bool readU32L(ulong &number);
+ };
+ }
}
#endif