diff options
Diffstat (limited to 'plugins/IEView/src/Options.h')
-rw-r--r-- | plugins/IEView/src/Options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h index 8e626cb9b4..6fc9a1c27b 100644 --- a/plugins/IEView/src/Options.h +++ b/plugins/IEView/src/Options.h @@ -240,6 +240,7 @@ public: static void resetProtocolSettings();
static ProtocolSettings*getProtocolSettings();
static ProtocolSettings*getProtocolSettings(const char *protocolName);
+ static void Reload();
};
#endif
|