style fixes for enum value names

This commit is contained in:
Mathias Panzenböck
2011-06-25 01:54:22 +02:00
parent 89861cf77a
commit f3447ae38d
5 changed files with 21 additions and 21 deletions

View File

@ -33,7 +33,7 @@ namespace TagLib {
public:
/*! Flag bits. */
enum {
F_AMIGA_FREQ = 1
LinearFreqTable = 1 // otherwise its the amiga freq. table
};
Properties(AudioProperties::ReadStyle propertiesStyle);