Correctly override ModelObject::can*() virtual methods.
This commit is contained in:
@@ -162,7 +162,7 @@ namespace glabels
|
||||
// Capability Implementations
|
||||
///////////////////////////////////////////////////////////////
|
||||
public:
|
||||
virtual bool canText();
|
||||
bool canText() const override;
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user