diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-07 07:57:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-07 08:24:27 (GMT) |
commit | 125c48660ce5f58e8fa9371cfb9c192f42b19401 (patch) | |
tree | 256fc31b3fe37824de43211c95c89c8e0fab478a /Source/cmInstallFilesGenerator.h | |
parent | 92b8b1fc3d885091cfef210216b682a389eaf2fb (diff) | |
download | CMake-125c48660ce5f58e8fa9371cfb9c192f42b19401.zip CMake-125c48660ce5f58e8fa9371cfb9c192f42b19401.tar.gz CMake-125c48660ce5f58e8fa9371cfb9c192f42b19401.tar.bz2 |
cmInstallFilesGenerator: Re-arrange data layout.
Size goes from 296 to 288 bytes.
Diffstat (limited to 'Source/cmInstallFilesGenerator.h')
-rw-r--r-- | Source/cmInstallFilesGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallFilesGenerator.h b/Source/cmInstallFilesGenerator.h index 0dbd712..bf482d6 100644 --- a/Source/cmInstallFilesGenerator.h +++ b/Source/cmInstallFilesGenerator.h @@ -43,9 +43,9 @@ protected: cmMakefile* Makefile; std::vector<std::string> Files; - bool Programs; std::string FilePermissions; std::string Rename; + bool Programs; bool Optional; }; |