Correctly override ModelObject::can*() virtual methods.

This commit is contained in:
Jim Evins
2018-01-01 19:42:39 -05:00
parent ff003e5b17
commit b2859d47bb
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ namespace glabels
// Capability Implementations
///////////////////////////////////////////////////////////////
public:
virtual bool canText();
bool canText() const override;
///////////////////////////////////////////////////////////////