mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 17:42:31 +00:00
Disable copy constructor and operator= in PartHolder
This commit is contained in:
parent
fc93dc6195
commit
c62c1693e9
@ -61,6 +61,9 @@ public:
|
||||
|
||||
private:
|
||||
osg::ref_ptr<osg::Node> mNode;
|
||||
|
||||
void operator= (const PartHolder&);
|
||||
PartHolder(const PartHolder&);
|
||||
};
|
||||
typedef boost::shared_ptr<PartHolder> PartHolderPtr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user