aboutsummaryrefslogtreecommitdiff
path: root/audio/kid3/files/patch-kid3__genres.cpp
blob: ccc5a046a33d0a59674832259f80a5198adbab6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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) {