Whoops: wrong @command.

This commit is contained in:
Jason Felds
2011-02-26 02:15:27 -05:00
parent 6a3bf42bca
commit c5974890a2
+1 -1
View File
@@ -24,7 +24,7 @@ public:
void SwitchAnnouncer( RString sNewAnnouncerName );
/**
* @brief Retrieve the current announcer's name.
* @param the current announcer's name. */
* @return the current announcer's name. */
RString GetCurAnnouncerName() const { return m_sCurAnnouncerName; };
void NextAnnouncer();