aboutsummaryrefslogtreecommitdiff
path: root/audio/kid3/files/patch-kid3__genres.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kid3/files/patch-kid3__genres.h')
-rw-r--r--audio/kid3/files/patch-kid3__genres.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/kid3/files/patch-kid3__genres.h b/audio/kid3/files/patch-kid3__genres.h
new file mode 100644
index 000000000000..93446626707a
--- /dev/null
+++ b/audio/kid3/files/patch-kid3__genres.h
@@ -0,0 +1,11 @@
+--- ./kid3/genres.h.orig Thu Jan 5 21:15:20 2006
++++ ./kid3/genres.h Sat Sep 23 01:28:25 2006
+@@ -46,7 +46,7 @@
+ *
+ * @return genre number, 255 for unknown index.
+ */
+- static int getNumber(QString &str);
++ static int getNumber(const QString &str);
+ /** Number of genres */
+ #if defined _WIN32 || defined WIN32
+ enum { count = 148 };