made appbase compile standalone
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ int main(int argc, char **argv)
|
||||
else
|
||||
{
|
||||
Paths paths;
|
||||
Settings settings(paths);
|
||||
Settings settings(paths.settingsDirectory);
|
||||
|
||||
runGui(a, paths, settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user