]> Creatis software - creaImageIO.git/commitdiff
linux bug correction
authorFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Tue, 26 Jan 2010 13:57:14 +0000 (13:57 +0000)
committerFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Tue, 26 Jan 2010 13:57:14 +0000 (13:57 +0000)
src2/creaImageIOWxDumpPanel.cpp

index b2231c152d60fae349adb30fc9a2a269b9c5840f..6e0ae15e38f01aaef62f4671c9f28eb9ca39ba26 100644 (file)
@@ -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