diff options
| author | 2016-01-08 20:54:21 +0100 | |
|---|---|---|
| committer | 2016-01-08 20:54:21 +0100 | |
| commit | db15e41502743d1124062eddb8d2bb3617e2593c (patch) | |
| tree | 259d73b1be7b10efbfd125c118fc7d956a9b1aac /result/result.h | |
| parent | 6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2 (diff) | |
| download | OneRoll-db15e41502743d1124062eddb8d2bb3617e2593c.tar.gz OneRoll-db15e41502743d1124062eddb8d2bb3617e2593c.zip | |
fix cppcheck errors
Diffstat (limited to 'result/result.h')
| -rw-r--r-- | result/result.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.h b/result/result.h index 3f16535..2a5b7f9 100644 --- a/result/result.h +++ b/result/result.h @@ -62,7 +62,7 @@ public: * @brief isStringResult * @return */ - bool isStringResult(); + virtual bool isStringResult() const; /** * @brief getStringResult |