- Fixed bug #808, which generated compiler warnings on Solarix (thanks to
  Owen Clarke).
This commit is contained in:
Paul Beckingham 2011-07-26 21:40:31 -04:00
parent 0ee1f9c1c6
commit 7e3a207d63
4 changed files with 4 additions and 11 deletions

View file

@ -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; }