From c99b6cefbe0da8758f00638a9e18234f562a266c Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 7 Oct 2015 00:37:47 +0200 Subject: [PATCH] cmLocalGenerator: Devirtualize method. --- Source/cmLocalGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 33fede14a..e8b501ff9 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&) {} + void GetIndividualFileTargets(std::vector&) {} // Create a struct to hold the varibles passed into // ExpandRuleVariables