Changeset 124 for cafu/branches/cafu_to_wx/CaWE/ToolNewEntity.hpp
- Timestamp:
- 08/20/10 15:06:58 (21 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/CaWE/ToolNewEntity.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/CaWE/ToolNewEntity.hpp
r36 r124 43 43 44 44 // Implementations/overrides of ToolT methods. 45 int GetWxEventID() { return ChildFrameT::ID_MENU_TOOLS_TOOL_NEWENTITY; }45 int GetWxEventID() const { return ChildFrameT::ID_MENU_TOOLS_TOOL_NEWENTITY; } 46 46 wxWindow* GetOptionsBar(); 47 47
