mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
Style fixes in fileref.cpp.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user