Code Cleanup
- Added declared but unimplemented copy constructors and assignment operators.
This commit is contained in:
@@ -52,6 +52,9 @@ public:
|
||||
Table ();
|
||||
virtual ~Table ();
|
||||
|
||||
Table (const Table&);
|
||||
Table& operator= (const Table&);
|
||||
|
||||
void setTableColor (Text::color, Text::color);
|
||||
void setTableFg (Text::color);
|
||||
void setTableBg (Text::color);
|
||||
|
||||
Reference in New Issue
Block a user