summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvscontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cvs/cvscontrol.cpp')
-rw-r--r--src/plugins/cvs/cvscontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvscontrol.cpp b/src/plugins/cvs/cvscontrol.cpp
index 0604ecd0ee..5feb30ab52 100644
--- a/src/plugins/cvs/cvscontrol.cpp
+++ b/src/plugins/cvs/cvscontrol.cpp
@@ -50,7 +50,7 @@ QString CvsControl::displayName() const
Core::Id CvsControl::id() const
{
- return VcsBase::Constants::VCS_ID_CVS;
+ return Core::Id(VcsBase::Constants::VCS_ID_CVS);
}
bool CvsControl::isConfigured() const