mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-25 08:45:46 +01:00
WPrefs: Fixed duplicate 'const' keyword
(as reported by LLVM / clang)
This commit is contained in:
committed by
Carlos R. Mafra
parent
6b1b6bc02e
commit
1003f89dc0
@@ -915,7 +915,7 @@ void SetIntegerForKey(int value, const char *defaultName)
|
|||||||
WMReleasePropList(object);
|
WMReleasePropList(object);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetStringForKey(const char *value, const const char *defaultName)
|
void SetStringForKey(const char *value, const char *defaultName)
|
||||||
{
|
{
|
||||||
WMPropList *object;
|
WMPropList *object;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user