summaryrefslogtreecommitdiffstats
path: root/src/clangparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clangparser.cpp')
-rw-r--r--src/clangparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clangparser.cpp b/src/clangparser.cpp
index 0cd7339..8add542 100644
--- a/src/clangparser.cpp
+++ b/src/clangparser.cpp
@@ -904,7 +904,7 @@ std::unique_ptr<ClangTUParser> ClangParser::createTUParser(const FileDef *fd) co
//--------------------------------------------------------------------------
#else // use stubbed functionality in case libclang support is disabled.
-void ClangTUParser::switchToFile(FileDef *fd)
+void ClangTUParser::switchToFile(const FileDef *fd)
{
}