Fix duplicate symbol link error.

This commit is contained in:
Steve Checkoway
2008-12-05 01:02:55 +00:00
parent fe91a0f19b
commit 0624f2f207
+1 -1
View File
@@ -37,7 +37,7 @@ Difficulty GetNextShownCourseDifficulty( Difficulty pn );
// It is used to look up localized strings and look up colors.
RString GetCustomDifficulty( Difficulty dc, StepsTypeCategory stc );
RString GetLocalizedCustomDifficulty( const RString &sCustomDifficulty );
RString GetLocalizedCustomDifficulty( Difficulty dc, StepsTypeCategory stc ) { return GetLocalizedCustomDifficulty( GetCustomDifficulty( dc, stc ) ); }
static inline RString GetLocalizedCustomDifficulty( Difficulty dc, StepsTypeCategory stc ) { return GetLocalizedCustomDifficulty( GetCustomDifficulty( dc, stc ) ); }