cmSourceFile: Re-arrange data.

Size goes from 304 to 296 bytes.
This commit is contained in:
Stephen Kelly 2015-06-06 09:45:50 +02:00
parent 41fef23b9b
commit c26696eb40
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,9 @@ private:
std::string Extension;
std::string Language;
std::string FullPath;
bool FindFullPathFailed;
std::string ObjectLibrary;
std::vector<std::string> Depends;
bool FindFullPathFailed;
bool IsUiFile;
bool FindFullPath(std::string* error);
@ -116,7 +117,6 @@ private:
void CheckExtension();
void CheckLanguage(std::string const& ext);
std::vector<std::string> Depends;
static const std::string propLANGUAGE;
};