diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-27 13:55:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-27 13:55:41 (GMT) |
commit | 891c27306225adcca3b25ab0c5291ddeb1187350 (patch) | |
tree | d32e60bda58ad71f04bba18054c55c468fa402bf /Source/cmMakefile.h | |
parent | 731369ef9cfaa68dfb8582e8db873929a4cd645a (diff) | |
download | CMake-891c27306225adcca3b25ab0c5291ddeb1187350.zip CMake-891c27306225adcca3b25ab0c5291ddeb1187350.tar.gz CMake-891c27306225adcca3b25ab0c5291ddeb1187350.tar.bz2 |
ENH: remove warning
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index f374e66..f1a2b5c 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -611,7 +611,7 @@ public: void AddCommand(cmCommand* ); ///! Enable support for the named language, if null then all languages are enabled. - virtual void EnableLanguage(std::vector<std::string>const& languages); + void EnableLanguage(std::vector<std::string>const& languages); /** * Set/Get the name of the parent directories CMakeLists file |