Fix compiler warning with initialization order.

This commit is contained in:
Stephen Kelly 2012-09-19 17:16:25 +02:00
parent 5285458342
commit 6674583caa
1 changed files with 1 additions and 1 deletions

View File

@ -97,11 +97,11 @@ protected:
void CreateGeneratorTarget();
cmTarget* Target;
cmGeneratorTarget* GeneratorTarget;
bool ImportLibrary;
std::string FilePermissions;
bool Optional;
NamelinkModeType NamelinkMode;
cmGeneratorTarget* GeneratorTarget;
};
#endif