remove bool overload. It's being used instead of the RString one for string constants.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user