summaryrefslogtreecommitdiff
path: root/project2/files/optionsSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/files/optionsSource.h')
-rw-r--r--project2/files/optionsSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/files/optionsSource.h b/project2/files/optionsSource.h
index 5cd5250..e1de4b9 100644
--- a/project2/files/optionsSource.h
+++ b/project2/files/optionsSource.h
@@ -8,7 +8,7 @@ class FileOptions : public OptionsSource {
FileOptions();
FileOptions(const Glib::ustring & file);
- void loadInto(const ConfigConsumer & consume) const;
+ void loadInto(const ConfigConsumer & consume, const Options::CurrentPlatform & platform) const;
bool needReload() const;
private: