summaryrefslogtreecommitdiff
path: root/Source/cmMSVC60LinkLineComputer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMSVC60LinkLineComputer.cxx')
-rw-r--r--Source/cmMSVC60LinkLineComputer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMSVC60LinkLineComputer.cxx b/Source/cmMSVC60LinkLineComputer.cxx
index 74c94351c..8cf37659d 100644
--- a/Source/cmMSVC60LinkLineComputer.cxx
+++ b/Source/cmMSVC60LinkLineComputer.cxx
@@ -36,5 +36,5 @@ std::string cmMSVC60LinkLineComputer::ConvertToLinkReference(
}
#endif
- return cmLinkLineComputer::ConvertToLinkReference(lib);
+ return this->cmLinkLineComputer::ConvertToLinkReference(lib);
}