X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Feditable_list.h;h=3f2ea0ca2fe0afad40f7a1e2b5512e6c817282ac;hb=31de5b1272d928557a7272977584f5dcc9876c75;hp=f90d219f81a9a0f7defc398f287efa478edd2ab8;hpb=a5d004b0773f633401528392fc28e66d70e13ac8;p=dcpomatic.git diff --git a/src/wx/editable_list.h b/src/wx/editable_list.h index f90d219f8..3f2ea0ca2 100644 --- a/src/wx/editable_list.h +++ b/src/wx/editable_list.h @@ -25,7 +25,6 @@ #include "dcpomatic_button.h" #include #include -#include #include class EditableListColumn @@ -60,9 +59,9 @@ public: EditableList ( wxWindow* parent, std::vector columns, - boost::function ()> get, - boost::function)> set, - boost::function column, + std::function ()> get, + std::function)> set, + std::function column, bool can_edit = true, bool title = true ) @@ -289,10 +288,10 @@ private: ev.Skip (); } - boost::function ()> _get; - boost::function )> _set; + std::function ()> _get; + std::function )> _set; std::vector _columns; - boost::function _column; + std::function _column; wxButton* _add; wxButton* _edit;