This commit is contained in:
Glenn Maynard
2006-10-06 06:42:30 +00:00
parent 6edd25f013
commit fc2ddf5d3d
-3
View File
@@ -41,9 +41,6 @@ public:
void GetValue( bool &out ) const;
void GetValue( unsigned &out ) const;
template<typename T>
T GetValue() const { T val; GetValue(val); return val; }
void SetValue( const RString &v );
void SetValue( int v );
void SetValue( float v );