summaryrefslogtreecommitdiff
path: root/src/mir_core
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-28 14:09:32 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-28 14:09:32 +0300
commite69e24524436a1ce013bf461f87924f57ed075fb (patch)
treeb01caa296efc073512cf1f092eac1a15bc851250 /src/mir_core
parente06a3bd4b50fd001f4d0d49c10a0c4b988c563a0 (diff)
core changes:
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning
Diffstat (limited to 'src/mir_core')
-rw-r--r--src/mir_core/src/miranda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/miranda.h b/src/mir_core/src/miranda.h
index 4757644250..ceaa486314 100644
--- a/src/mir_core/src/miranda.h
+++ b/src/mir_core/src/miranda.h
@@ -86,7 +86,7 @@ extern LIST<CMPluginBase> pluginListAddr;
/////////////////////////////////////////////////////////////////////////////////////////
// langpack.cpp
-char* LangPackTranslateString(MUUID* pUuid, const char *szEnglish, const int W);
+char* LangPackTranslateString(MUUID *pUuid, const char *szEnglish, const int W);
/////////////////////////////////////////////////////////////////////////////////////////
// threads.cpp