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
@@ -453,7 +453,7 @@ namespace glabels
///
/// Can Text Capability Implementation
///
bool ModelTextObject::canText()
bool ModelTextObject::canText() const
{
return true;
}