correct warnings in color table

This commit is contained in:
Robert Maynard 2020-01-16 17:33:22 -05:00
parent f395e084d8
commit 3f02558fc2

@ -204,8 +204,8 @@ public:
~ColorTable();
ColorTable& operator=(const ColorTable& p) = default;
ColorTable(const ColorTable& p) = default;
ColorTable& operator=(const ColorTable&) = default;
ColorTable(const ColorTable&) = default;
const std::string& GetName() const;
void SetName(const std::string& name);