Changeset 124 for cafu/branches/cafu_to_wx/CaWE/ToolMorph.hpp
- Timestamp:
- 08/20/10 15:06:58 (21 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/CaWE/ToolMorph.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/CaWE/ToolMorph.hpp
r36 r124 61 61 62 62 // Implementations/overrides of ToolT methods. 63 int GetWxEventID() { return ChildFrameT::ID_MENU_TOOLS_TOOL_EDITVERTICES; }63 int GetWxEventID() const { return ChildFrameT::ID_MENU_TOOLS_TOOL_EDITVERTICES; } 64 64 wxWindow* GetOptionsBar(); 65 65 void OnActivate(ToolT* OldTool);
