adding a comment; fix #930

This commit is contained in:
konstin
2014-06-05 18:59:16 +02:00
parent acc32703ed
commit 3679bf4617

View File

@@ -77,7 +77,7 @@ public:
GrandPrixData(const std::string& filename);
/** Needed for simple creation of an instance of GrandPrixData */
GrandPrixData() {};
/** TODO */
/** Creates a new random GP */
GrandPrixData(const unsigned int number_of_tracks,
const std::string& track_group,
const RandomGPInfoDialog::REVERSED use_reverse);