This commit is contained in:
Chris Danford
2005-12-06 12:41:33 +00:00
parent 24e113d102
commit 2d8b30e049
8 changed files with 66 additions and 52 deletions
+2 -2
View File
@@ -180,8 +180,8 @@ public:
enum RowType
{
ROW_NORMAL,
ROW_EXIT
RowType_Normal,
RowType_Exit
};
const OptionRowDefinition &GetRowDef() const { return m_RowDef; }
OptionRowDefinition &GetRowDef() { return m_RowDef; }