We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563ecc8 commit beab0bbCopy full SHA for beab0bb
src/app_component.h
@@ -16,7 +16,7 @@ class CLAppComponent {
16
int savePrefs(){return OS_SUCCESS;};
17
18
void dumpPrefs();
19
- void removePrefs();
+ int removePrefs();
20
21
char * getPrefsFileName(bool forsave = false);
22
0 commit comments