summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/options.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-07-20 08:01:05 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-07-20 08:01:05 +0000
commitd5dfa90eec9c108f86b9a0aa3f746a5b164c6649 (patch)
treee6eb1ae6ca89db58494b28d6c5124ea94c517c37 /plugins/SpellChecker/src/options.cpp
parent42c1d344fd105bcc25ae35e5a82d16a978b302c4 (diff)
SpellChecker:
-Updated Hunspell to 1.3.3 -Create services in Load() git-svn-id: http://svn.miranda-ng.org/main/trunk@9876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/options.cpp')
-rw-r--r--plugins/SpellChecker/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp
index 8ae164d222..191b721221 100644
--- a/plugins/SpellChecker/src/options.cpp
+++ b/plugins/SpellChecker/src/options.cpp
@@ -53,7 +53,7 @@ static OptPageControl autoReplaceControls[] = {
// Functions //////////////////////////////////////////////////////////////////////////////////////
-int InitOptionsCallback(WPARAM wParam,LPARAM lParam)
+int InitOptionsCallback(WPARAM wParam,LPARAM)
{
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.hInstance = hInst;