summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-06 22:37:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 22:03:40 (GMT)
commitc99b6cefbe0da8758f00638a9e18234f562a266c (patch)
treeedb11f27963fe87f21bb27f597bd2b7bae420f43 /Source/cmLocalGenerator.h
parent29a2d9fe69a8561ff72f800b5f96bc896cd9d449 (diff)
downloadCMake-c99b6cefbe0da8758f00638a9e18234f562a266c.zip
CMake-c99b6cefbe0da8758f00638a9e18234f562a266c.tar.gz
CMake-c99b6cefbe0da8758f00638a9e18234f562a266c.tar.bz2
cmLocalGenerator: Devirtualize method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 33fede1..e8b501f 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -187,7 +187,7 @@ public:
// Fill the vector with the target names for the object files,
// preprocessed files and assembly files.
- virtual void GetIndividualFileTargets(std::vector<std::string>&) {}
+ void GetIndividualFileTargets(std::vector<std::string>&) {}
// Create a struct to hold the varibles passed into
// ExpandRuleVariables