cmSourceFile: Re-arrange data.
Size goes from 304 to 296 bytes.
This commit is contained in:
parent
41fef23b9b
commit
c26696eb40
|
@ -107,8 +107,9 @@ private:
|
||||||
std::string Extension;
|
std::string Extension;
|
||||||
std::string Language;
|
std::string Language;
|
||||||
std::string FullPath;
|
std::string FullPath;
|
||||||
bool FindFullPathFailed;
|
|
||||||
std::string ObjectLibrary;
|
std::string ObjectLibrary;
|
||||||
|
std::vector<std::string> Depends;
|
||||||
|
bool FindFullPathFailed;
|
||||||
bool IsUiFile;
|
bool IsUiFile;
|
||||||
|
|
||||||
bool FindFullPath(std::string* error);
|
bool FindFullPath(std::string* error);
|
||||||
|
@ -116,7 +117,6 @@ private:
|
||||||
void CheckExtension();
|
void CheckExtension();
|
||||||
void CheckLanguage(std::string const& ext);
|
void CheckLanguage(std::string const& ext);
|
||||||
|
|
||||||
std::vector<std::string> Depends;
|
|
||||||
|
|
||||||
static const std::string propLANGUAGE;
|
static const std::string propLANGUAGE;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue