This commit is contained in:
Glenn Maynard
2005-07-16 10:17:10 +00:00
parent 0fcda13da1
commit 18910dd754
+2 -1
View File
@@ -9,6 +9,7 @@
#include "song.h" #include "song.h"
#include "Course.h" #include "Course.h"
#include "Style.h" #include "Style.h"
#include "ActorUtil.h"
static const CString SelectTypeNames[] = { static const CString SelectTypeNames[] = {
"SelectOne", "SelectOne",
@@ -220,7 +221,7 @@ CString OptionRow::GetRowTitle() const
return sTitle; return sTitle;
} }
#include "ActorUtil.h"
/* Set up text, underlines and titles for options. This can be called /* Set up text, underlines and titles for options. This can be called
* as soon as m_RowDef is available. */ * as soon as m_RowDef is available. */
void OptionRow::InitText() void OptionRow::InitText()