Skip to content

Commit beab0bb

Browse files
committed
dump.html fix
1 parent 563ecc8 commit beab0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_component.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CLAppComponent {
1616
int savePrefs(){return OS_SUCCESS;};
1717

1818
void dumpPrefs();
19-
void removePrefs();
19+
int removePrefs();
2020

2121
char * getPrefsFileName(bool forsave = false);
2222

0 commit comments

Comments
 (0)