Bug #808
- Fixed bug #808, which generated compiler warnings on Solarix (thanks to Owen Clarke).
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
Column (const Column&);
|
||||
Column& operator= (const Column&);
|
||||
bool operator== (const Column&) const; // TODO Is this necessary?
|
||||
~Column ();
|
||||
virtual ~Column ();
|
||||
|
||||
std::string style () const { return _style; }
|
||||
std::string label () const { return _label; }
|
||||
|
||||
Reference in New Issue
Block a user