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(); void CreateGeneratorTarget();
cmTarget* Target; cmTarget* Target;
cmGeneratorTarget* GeneratorTarget;
bool ImportLibrary; bool ImportLibrary;
std::string FilePermissions; std::string FilePermissions;
bool Optional; bool Optional;
NamelinkModeType NamelinkMode; NamelinkModeType NamelinkMode;
cmGeneratorTarget* GeneratorTarget;
}; };
#endif #endif