OptionRowHandlers -> m_OptionRowHandlers

This commit is contained in:
Chris Danford
2005-07-16 05:24:41 +00:00
parent d8bf6df4aa
commit da001879d4
2 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ protected:
int m_iChangeMask;
bool m_bExportWillSetANewScreen; // from an OptionRowHandler
vector<OptionRowHandler*> OptionRowHandlers;
vector<OptionRowHandler*> m_OptionRowHandlers;
protected:
virtual void HandleScreenMessage( const ScreenMessage SM );