made appbase compile standalone

This commit is contained in:
fourtf
2018-11-25 15:02:48 +01:00
parent a9ca33f431
commit 0b94d0f763
14 changed files with 32 additions and 525 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ int main(int argc, char **argv)
else
{
Paths paths;
Settings settings(paths);
Settings settings(paths.settingsDirectory);
runGui(a, paths, settings);
}