Index: src/plugin/PluginSettings.h |
=================================================================== |
--- a/src/plugin/PluginSettings.h |
+++ b/src/plugin/PluginSettings.h |
@@ -70,8 +70,6 @@ |
static bool HasInstance(); |
static CPluginSettings* GetInstance(); |
- static CString GetDataPath(const CString& filename=L""); |
- |
bool IsPluginEnabled() const; |
std::map<CString, CString> GetFilterLanguageTitleList() const; |
@@ -115,5 +113,6 @@ |
CString GetDocumentationLink(); |
}; |
+std::wstring GetDataPath(const std::wstring& filename=L""); |
Oleksandr
2014/08/05 12:06:08
If it's not a member of a class I'd move it elsewh
Eric
2014/08/05 15:42:07
There are a bunch of static functions like this th
|
#endif // _PLUGIN_SETTINGS_H_ |