CVS: Modernize

* Use pragma once
* Use some more overrides
* Tiny clean-ups here and there

Change-Id: I951afa8ed31c5f414d4ae872c79f80db19909ee0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2016-02-04 13:07:35 +01:00
parent bc9c57756b
commit eb07fd92b2
19 changed files with 42 additions and 165 deletions

View File

@@ -23,8 +23,7 @@
**
****************************************************************************/
#ifndef CVSEDITOR_H
#define CVSEDITOR_H
#pragma once
#include <vcsbase/vcsbaseeditor.h>
@@ -54,5 +53,3 @@ private:
} // namespace Internal
} // namespace Cvs
#endif // CVSEDITOR_H