mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove use of deprecated behavior involving copy members
* If any of the destructor, copy assignment or copy constructor are user-declared, both copy members should be user-declared, otherwise the compiler-generation of them is deprecated.
This commit is contained in:
@@ -118,6 +118,7 @@ public:
|
||||
}
|
||||
|
||||
STPathElement(STPathElement const&) = default;
|
||||
STPathElement& operator=(STPathElement const&) = default;
|
||||
|
||||
int
|
||||
getNodeType () const
|
||||
|
||||
Reference in New Issue
Block a user