Style fixes in fileref.cpp.

This commit is contained in:
Tsuda Kageyu
2015-11-21 10:29:37 +09:00
parent c3807e59cd
commit de0fc83066
2 changed files with 124 additions and 103 deletions
+5
View File
@@ -240,6 +240,11 @@ namespace TagLib {
*/
FileRef &operator=(const FileRef &ref);
/*!
* Exchanges the content of the FileRef by the content of \a ref.
*/
void swap(FileRef &ref);
/*!
* Returns true if this FileRef and \a ref point to the same File object.
*/