various cleanup/comment changes

This commit is contained in:
AJ Kelly
2011-02-27 00:52:32 -06:00
parent 83b4aff301
commit f2e7954054
7 changed files with 8 additions and 12 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
class Course;
/** @brief A menu for exporting packages. */
class ScreenOptionsExportPackage : public ScreenOptions
{
public:
@@ -15,7 +16,7 @@ public:
protected:
virtual void ImportOptions( int iRow, const vector<PlayerNumber> &vpns );
virtual void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
virtual void ProcessMenuStart( const InputEventPlus &input );
vector<RString> m_vsPossibleDirsToExport;