mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
cmGeneratorTarget::SourceFileFlags: remove custom copy ctor
This commit is contained in:
parent
8d090ff253
commit
e6c606c7ba
@ -512,11 +512,6 @@ public:
|
||||
, MacFolder(CM_NULLPTR)
|
||||
{
|
||||
}
|
||||
SourceFileFlags(SourceFileFlags const& r)
|
||||
: Type(r.Type)
|
||||
, MacFolder(r.MacFolder)
|
||||
{
|
||||
}
|
||||
SourceFileType Type;
|
||||
const char* MacFolder; // location inside Mac content folders
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user