diff options
Diffstat (limited to 'Source/cmTestGenerator.h')
-rw-r--r-- | Source/cmTestGenerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTestGenerator.h b/Source/cmTestGenerator.h index de8ab78..f946a1c 100644 --- a/Source/cmTestGenerator.h +++ b/Source/cmTestGenerator.h @@ -21,12 +21,12 @@ class cmLocalGenerator; * \brief Support class for generating install scripts. * */ -class cmTestGenerator: public cmScriptGenerator +class cmTestGenerator : public cmScriptGenerator { public: cmTestGenerator(cmTest* test, - std::vector<std::string> const& - configurations = std::vector<std::string>()); + std::vector<std::string> const& configurations = + std::vector<std::string>()); virtual ~cmTestGenerator(); void Compute(cmLocalGenerator* lg); |