mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-26 18:47:07 -05:00
Fix Tileset copy construction/assignment
This commit is contained in:
@@ -10,8 +10,8 @@ class Tileset
|
||||
{
|
||||
public:
|
||||
Tileset() = default;
|
||||
Tileset(const Tileset &other) = default;
|
||||
Tileset &operator=(const Tileset &other) = default;
|
||||
Tileset(const Tileset &other);
|
||||
Tileset &operator=(const Tileset &other);
|
||||
|
||||
public:
|
||||
QString name;
|
||||
|
||||
Reference in New Issue
Block a user