remove bool overload. It's being used instead of the RString one for string constants.

This commit is contained in:
Glenn Maynard
2006-10-02 06:25:28 +00:00
parent d188c2fd12
commit f0fe542b2f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -56,7 +56,6 @@ public:
void SetValue( const RString &v );
void SetValue( int v );
void SetValue( float v );
void SetValue( bool v );
void SetValue( unsigned v );
void SetValue( const DateTime &v );