1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-12 09:34:15 +01:00

WPrefs: Fixed duplicate 'const' keyword

(as reported by LLVM / clang)
This commit is contained in:
Christophe CURIS
2013-10-12 16:18:04 +02:00
committed by Carlos R. Mafra
parent 6b1b6bc02e
commit 1003f89dc0

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;