From 8392c8e1b57464fe92e6280b88f69cabfbac58cf Mon Sep 17 00:00:00 2001 From: Frederic Cervenansky Date: Tue, 26 Jan 2010 13:57:14 +0000 Subject: [PATCH] linux bug correction --- src2/creaImageIOWxDumpPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1