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
+2 -2
View File
@@ -168,7 +168,7 @@ namespace glabels
///
/// Can Line Color Capability Implementation
///
bool ModelLineObject::canLineColor()
bool ModelLineObject::canLineColor() const
{
return true;
}
@@ -177,7 +177,7 @@ namespace glabels
///
/// Can Line Width Capability Implementation
///
bool ModelLineObject::canLineWidth()
bool ModelLineObject::canLineWidth() const
{
return true;
}