diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-06 22:37:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 22:03:40 (GMT) |
commit | c99b6cefbe0da8758f00638a9e18234f562a266c (patch) | |
tree | edb11f27963fe87f21bb27f597bd2b7bae420f43 /Source/cmLocalGenerator.h | |
parent | 29a2d9fe69a8561ff72f800b5f96bc896cd9d449 (diff) | |
download | CMake-c99b6cefbe0da8758f00638a9e18234f562a266c.zip CMake-c99b6cefbe0da8758f00638a9e18234f562a266c.tar.gz CMake-c99b6cefbe0da8758f00638a9e18234f562a266c.tar.bz2 |
cmLocalGenerator: Devirtualize method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
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 |