cppcheck: methods can be const

This commit is contained in:
Caolán McNamara
2010-11-25 09:56:54 +00:00
parent 9d8f28383c
commit 78f1ebca95

View File

@@ -2699,7 +2699,7 @@ namespace cppcanvas
{
}
bool result()
bool result() const
{
return mbRet;
}
@@ -2734,7 +2734,7 @@ namespace cppcanvas
{
}
bool result()
bool result() const
{
return true; // nothing can fail here
}