mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 01:27:20 +02:00
Bug #808
- Fixed bug #808, which generated compiler warnings on Solarix (thanks to Owen Clarke).
This commit is contained in:
parent
0ee1f9c1c6
commit
7e3a207d63
4 changed files with 4 additions and 11 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue