Fixed CMakeLists.txt

This commit is contained in:
Tsuda Kageyu 2012-09-08 01:17:15 +09:00
parent 071a1477b5
commit 4582ea3b27
2 changed files with 3 additions and 1 deletions

View File

@ -103,6 +103,7 @@ set(tag_HDRS
riff/aiff/aiffproperties.h
riff/wav/wavfile.h
riff/wav/wavproperties.h
riff/wav/infotag.h
asf/asffile.h
asf/asfproperties.h
asf/asftag.h
@ -244,6 +245,7 @@ set(aiff_SRCS
set(wav_SRCS
riff/wav/wavfile.cpp
riff/wav/wavproperties.cpp
riff/wav/infotag.cpp
)
set(mod_SRCS

View File

@ -99,7 +99,7 @@ namespace TagLib {
* \note This method does not return all the tags for this file for
* backward compatibility. Will be fixed in TagLib 2.0.
*/
ID3v2::Tag *RIFF::WAV::File::tag() const;
ID3v2::Tag *tag() const;
/*!
* Returns the ID3v2 Tag for this file.