summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modules/ctctags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/ctctags.h b/include/modules/ctctags.h
index 6b7f81a4c..68b8bcfdc 100644
--- a/include/modules/ctctags.h
+++ b/include/modules/ctctags.h
@@ -68,8 +68,8 @@ private:
AddTags(Tags);
}
- TagMessage(const char* sourcestr, const char* targetstr, const ClientProtocol::TagMap& Tags, char status = 0)
- : ClientProtocol::Message("TAGMSG", sourcestr)
+ TagMessage(const char* source, const char* targetstr, const ClientProtocol::TagMap& Tags, char status = 0)
+ : ClientProtocol::Message("TAGMSG", source)
{
PushTarget(targetstr, status);
AddTags(Tags);