aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/clangparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/clangparser.h')
-rw-r--r--src/plugins/projectexplorer/clangparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/clangparser.h b/src/plugins/projectexplorer/clangparser.h
index c754e8b1c1..2e0051e689 100644
--- a/src/plugins/projectexplorer/clangparser.h
+++ b/src/plugins/projectexplorer/clangparser.h
@@ -51,7 +51,7 @@ public:
private:
void newTask(Task::TaskType type_, const QString &description_,
- const QString &file_, int line_, const QString &category_);
+ const Utils::FileName &file_, int line_, const Core::Id &category_);
void emitTask();