aboutsummaryrefslogtreecommitdiff
path: root/audio/kid3/files/patch-kid3__genres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kid3/files/patch-kid3__genres.cpp')
-rw-r--r--audio/kid3/files/patch-kid3__genres.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/kid3/files/patch-kid3__genres.cpp b/audio/kid3/files/patch-kid3__genres.cpp
new file mode 100644
index 000000000000..ccc5a046a33d
--- /dev/null
+++ b/audio/kid3/files/patch-kid3__genres.cpp
@@ -0,0 +1,11 @@
+--- ./kid3/genres.cpp.orig Thu May 25 19:58:19 2006
++++ ./kid3/genres.cpp Sat Sep 23 01:28:25 2006
+@@ -385,7 +385,7 @@
+ * @return genre number, 255 for unknown index.
+ */
+
+-int Genres::getNumber(QString &str)
++int Genres::getNumber(const QString &str)
+ {
+ for (int i = 0; i < Genres::count + 1; i++) {
+ if (QString(genre[i]) == str) {