From: Frederic Cervenansky Date: Tue, 26 Jan 2010 13:57:14 +0000 (+0000) Subject: linux bug correction X-Git-Tag: CREATOOLS.2-0-3~60 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8392c8e1b57464fe92e6280b88f69cabfbac58cf;p=creaImageIO.git linux bug correction --- diff --git a/src2/creaImageIOWxDumpPanel.cpp b/src2/creaImageIOWxDumpPanel.cpp index b2231c1..6e0ae15 100644 --- a/src2/creaImageIOWxDumpPanel.cpp +++ b/src2/creaImageIOWxDumpPanel.cpp @@ -78,6 +78,6 @@ namespace creaImageIO //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// BEGIN_EVENT_TABLE(WxDumpPanel, wxDialog) - EVT_TOOL(DUMP_SAVE_ID, SaveInfos) + EVT_TOOL(DUMP_SAVE_ID, WxDumpPanel::SaveInfos) END_EVENT_TABLE() } \ No newline at end of file