cppcheck: methods can be const
This commit is contained in:
@@ -341,8 +341,8 @@ namespace cppcanvas
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
UINT32 GetType () { return type; }
|
UINT32 GetType() const { return type; }
|
||||||
const ::Color& GetColor () { return solidColor; }
|
const ::Color& GetColor() const { return solidColor; }
|
||||||
|
|
||||||
void Read (SvStream& s, ImplRenderer& rR)
|
void Read (SvStream& s, ImplRenderer& rR)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user