Correctly override ModelObject::can*() virtual methods.
This commit is contained in:
@@ -453,7 +453,7 @@ namespace glabels
|
||||
///
|
||||
/// Can Text Capability Implementation
|
||||
///
|
||||
bool ModelTextObject::canText()
|
||||
bool ModelTextObject::canText() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user