summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-15 18:50:11 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-05 16:43:18 (GMT)
commit2eca0559881c36061f84ea4fcd955ac32d9d427a (patch)
treef6d40fd6892da7a2a11502ed1921cdc843e2e227 /Source/cmGlobalGenerator.h
parent21f428f4c0adf7045e852be30739cd1243aa96fe (diff)
downloadCMake-2eca0559881c36061f84ea4fcd955ac32d9d427a.zip
CMake-2eca0559881c36061f84ea4fcd955ac32d9d427a.tar.gz
CMake-2eca0559881c36061f84ea4fcd955ac32d9d427a.tar.bz2
cmGlobalGenerator: De-virtualize Compute().
It now implements the NVI pattern.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index e73aac2..f233f1d 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -83,7 +83,7 @@ public:
*/
virtual void Configure();
- virtual bool Compute();
+ bool Compute();
virtual void AddExtraIDETargets() {}
enum TargetTypes {