aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac
diff options
context:
space:
mode:
authorScott Wheeler <scott@directededge.com>2015-05-18 14:21:55 +0200
committerScott Wheeler <scott@directededge.com>2015-05-18 14:21:55 +0200
commit0739dd232ac506675fbc9b2a5834799d6aa87b83 (patch)
tree8fa6e5ee0f13d0ed711c2769b2e7667b0fd7eb62 /taglib/flac
parent41a250a15d9fc1129e1e9f46fc718880f7db7a7d (diff)
It doesn't make sense to set the factory after construction
Closes #259
Diffstat (limited to 'taglib/flac')
-rw-r--r--taglib/flac/flacfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/taglib/flac/flacfile.h b/taglib/flac/flacfile.h
index 0963f4af..3eef1730 100644
--- a/taglib/flac/flacfile.h
+++ b/taglib/flac/flacfile.h
@@ -221,6 +221,7 @@ namespace TagLib {
* when
*
* \see ID3v2FrameFactory
+ * \deprecated This value should be passed in via the constructor
*/
void setID3v2FrameFactory(const ID3v2::FrameFactory *factory);