]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/fileinfo.cpp
wx: last bunch of changes for now. The rest must be fixed by someone with msvc
[vlc] / modules / gui / wxwindows / fileinfo.cpp
index 09f2d5c3227380d540e66c72b3f4d1f487caa351..c84684d4340f85d5d09761e94298670688db26a2 100644 (file)
@@ -160,7 +160,7 @@ FileInfo::~FileInfo()
 {
 }
 
-void FileInfo::OnClose( wxCommandEvent& event )
+void FileInfo::OnClose( wxCloseEvent& event )
 {
     Hide();
 }