WPrefs: Fixed duplicate 'const' keyword

(as reported by LLVM / clang)
This commit is contained in:
Christophe CURIS
2013-10-12 15:57:21 +01:00
committed by Carlos R. Mafra
parent 6b1b6bc02e
commit 1003f89dc0
+1 -1
View File
@@ -915,7 +915,7 @@ void SetIntegerForKey(int value, const char *defaultName)
WMReleasePropList(object);
}
void SetStringForKey(const char *value, const const char *defaultName)
void SetStringForKey(const char *value, const char *defaultName)
{
WMPropList *object;