summaryrefslogtreecommitdiffstats
path: root/Source/cmMSVC60LinkLineComputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMSVC60LinkLineComputer.h')
-rw-r--r--Source/cmMSVC60LinkLineComputer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMSVC60LinkLineComputer.h b/Source/cmMSVC60LinkLineComputer.h
index 19e2c16..31223ec 100644
--- a/Source/cmMSVC60LinkLineComputer.h
+++ b/Source/cmMSVC60LinkLineComputer.h
@@ -21,8 +21,7 @@ public:
cmMSVC60LinkLineComputer(cmOutputConverter* outputConverter,
cmStateDirectory const& stateDir);
- std::string ConvertToLinkReference(std::string const& input) const
- CM_OVERRIDE;
+ std::string ConvertToLinkReference(std::string const& input) const override;
};
#endif