summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Settings.h b/Settings.h
index 314b516b..345a535c 100644
--- a/Settings.h
+++ b/Settings.h
@@ -116,7 +116,7 @@ int Settings_write(const Settings* this, bool onCrash);
Settings* Settings_new(unsigned int initialCpuCount, Hashtable* dynamicColumns);
-ScreenSettings* Settings_newScreen(Settings* this, const char* name, const char* line);
+ScreenSettings* Settings_newScreen(Settings* this, const ScreenDefaults* defaults);
void ScreenSettings_delete(ScreenSettings* this);