diff options
Diffstat (limited to 'src/plugins/cppcheck/cppchecktextmark.cpp')
-rw-r--r-- | src/plugins/cppcheck/cppchecktextmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppcheck/cppchecktextmark.cpp b/src/plugins/cppcheck/cppchecktextmark.cpp index 68489709dfe..512ba37ce9d 100644 --- a/src/plugins/cppcheck/cppchecktextmark.cpp +++ b/src/plugins/cppcheck/cppchecktextmark.cpp @@ -65,7 +65,7 @@ static Visual getVisual(Diagnostic::Severity type) CppcheckTextMark::CppcheckTextMark (const Diagnostic &diagnostic) : TextEditor::TextMark (diagnostic.fileName, diagnostic.lineNumber, - Core::Id(Constants::TEXTMARK_CATEGORY_ID)), + Utils::Id(Constants::TEXTMARK_CATEGORY_ID)), m_severity(diagnostic.severity), m_checkId(diagnostic.checkId), m_message(diagnostic.message) |