reduce: Fixed compiler error (MathLib::longToString() doesnt exist)
This commit is contained in:
parent
4cd0108b93
commit
3f1e074846
|
@ -51,7 +51,7 @@ public:
|
||||||
, stopTime(0) {
|
, stopTime(0) {
|
||||||
|
|
||||||
if (!settings.hang)
|
if (!settings.hang)
|
||||||
pattern = ":" + MathLib::longToString(settings.linenr) + "]";
|
pattern = ":" + MathLib::toString(settings.linenr) + "]";
|
||||||
|
|
||||||
cppcheck.settings() = settings;
|
cppcheck.settings() = settings;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue