We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374806 commit 8290388Copy full SHA for 8290388
src/NotepadNext/ApplicationSettings.h
@@ -44,7 +44,7 @@ class ApplicationSetting
44
{}
45
46
inline T getDefault() const { return mCallable ? mCallable() : mDefault ; }
47
- inline const char * const key() const { return mKey; }
+ inline const char * key() const { return mKey; }
48
49
private:
50
const char * const mKey;
0 commit comments