After-merge bug fixing

This commit is contained in:
YuSanka 2018-11-01 14:02:38 +01:00
parent ba8a2e11b8
commit c135f4a1f8
3 changed files with 7 additions and 67 deletions

View file

@ -18,9 +18,7 @@ class ModelVolume;
namespace GUI {
#if ENABLE_EXTENDED_SELECTION
wxDECLARE_EVENT(EVT_OBJ_LIST_OBJECT_SELECT, SimpleEvent);
#endif // ENABLE_EXTENDED_SELECTION
wxDECLARE_EVENT(EVT_OBJ_LIST_OBJECT_SELECT, SimpleEvent);
class ObjectList : public wxDataViewCtrl
{