diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-10-09 22:16:38 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-10-09 22:16:38 +0000 |
commit | 7ede7b7528dfb2b4fde85de0753ef10b0167ae8e (patch) | |
tree | 9b1e1b2f301cc4936c7325013c6b89938c113cbe /plugins/IEView/src/ieview_main.cpp | |
parent | fd58bbd2dab4d3382973e48393a4ea410d333cb1 (diff) |
IEView:
-Fixed copying smileys from message log (fixes #345)
-version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_main.cpp')
-rw-r--r-- | plugins/IEView/src/ieview_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp index dbcceb8a93..5f0caf87a7 100644 --- a/plugins/IEView/src/ieview_main.cpp +++ b/plugins/IEView/src/ieview_main.cpp @@ -51,7 +51,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD miranda return &pluginInfoEx;
}
-static int ModulesLoaded(WPARAM wParam, LPARAM lParam)
+static int ModulesLoaded(WPARAM, LPARAM)
{
IEView::init();
Options::init();
|