summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvscontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cvs/cvscontrol.h')
-rw-r--r--src/plugins/cvs/cvscontrol.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/cvs/cvscontrol.h b/src/plugins/cvs/cvscontrol.h
index 9c9876a02b..ea9d94ccf7 100644
--- a/src/plugins/cvs/cvscontrol.h
+++ b/src/plugins/cvs/cvscontrol.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CVSCONTROL_H
-#define CVSCONTROL_H
+#pragma once
#include <coreplugin/iversioncontrol.h>
@@ -67,10 +66,8 @@ public:
void emitFilesChanged(const QStringList &l);
private:
- CvsPlugin *m_plugin;
+ CvsPlugin *const m_plugin;
};
} // namespace Internal
} // namespace Cvs
-
-#endif // CVSCONTROL_H