reduce: Fixed compiler error (MathLib::longToString() doesnt exist)

This commit is contained in:
Daniel Marjamäki 2013-10-06 19:07:47 +02:00
parent 4cd0108b93
commit 3f1e074846
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public:
, stopTime(0) {
if (!settings.hang)
pattern = ":" + MathLib::longToString(settings.linenr) + "]";
pattern = ":" + MathLib::toString(settings.linenr) + "]";
cppcheck.settings() = settings;
}