diff options
Diffstat (limited to 'src/gui/newskill.cpp')
-rw-r--r-- | src/gui/newskill.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/newskill.cpp b/src/gui/newskill.cpp index 498186ba..59cdd9db 100644 --- a/src/gui/newskill.cpp +++ b/src/gui/newskill.cpp @@ -121,7 +121,7 @@ NewSkillDialog::NewSkillDialog(): setLocationRelativeTo(getParent()); } -void NewSkillDialog::action(const std::string& eventId) +void NewSkillDialog::action(const std::string& eventId, gcn::Widget* widget) { int osp = startPoint; if (eventId == "close") |