summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/ieview_services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/ieview_services.cpp')
-rw-r--r--plugins/IEView/src/ieview_services.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp
index 47dbc1a997..2b7fc6f8a6 100644
--- a/plugins/IEView/src/ieview_services.cpp
+++ b/plugins/IEView/src/ieview_services.cpp
@@ -103,3 +103,11 @@ INT_PTR HandleIENavigate(WPARAM, LPARAM lParam)
}
return 0;
}
+
+void ApplyChanges(int i);
+
+INT_PTR ReloadOptions(WPARAM, LPARAM)
+{
+ Options::Reload();
+ return 0;
+} \ No newline at end of file