mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Small fix of a comment
This commit is contained in:
parent
c357d293a1
commit
6bcd422afa
@ -163,7 +163,6 @@ namespace TagLib {
|
||||
*/
|
||||
String(wchar_t c, Type t = Latin1);
|
||||
|
||||
|
||||
/*!
|
||||
* Makes a deep copy of the data in \a s.
|
||||
*
|
||||
@ -173,7 +172,7 @@ namespace TagLib {
|
||||
String(const char *s, Type t = Latin1);
|
||||
|
||||
/*!
|
||||
* Makes a deep copy of the data in \a s.
|
||||
* Makes a deep copy of the data in \a v.
|
||||
*
|
||||
* \note This should only be used with the 8-bit codecs Latin1 and UTF8, when
|
||||
* used with other codecs it will simply print a warning and exit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user