Various hacking.
[dcpomatic.git] / src / wx / wx_util.h
index 6f83e3df0e04a25c70a27a77b53818f2a8633d17..32d70ea730c8bcb98e5c67fc5f3cf5e123614fdc 100644 (file)
 
 */
 
-#include <list>
 #include <wx/wx.h>
 
 /** @file src/wx/wx_util.h
  *  @brief Some utility functions.
  */
 
-extern void error_dialog (std::string);
-extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, std::list<wxControl*>&, std::string);
+extern void error_dialog (wxWindow *, std::string);
+extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, std::string);
 extern std::string wx_to_std (wxString);
 extern wxString std_to_wx (std::string);