This commit is contained in:
Glenn Maynard
2005-02-20 03:43:32 +00:00
parent b90a6f1747
commit c1d741a54b
+1 -1
View File
@@ -379,7 +379,7 @@ bool FromString( const CString &sValue, int &out );
bool FromString( const CString &sValue, unsigned &out );
bool FromString( const CString &sValue, float &out );
bool FromString( const CString &sValue, bool &out );
bool FromString( const CString &sValue, CString &out ) { out = sValue; return true; }
inline bool FromString( const CString &sValue, CString &out ) { out = sValue; return true; }
CString ToString( int value );
CString ToString( unsigned value );