mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
Force DISABLE_COPYING() to be in private: class section.
This commit is contained in:
parent
818e286c84
commit
7643b87cc3
@ -8,7 +8,8 @@
|
||||
#define BASE_DISABLE_COPYING_H_INCLUDED
|
||||
|
||||
#define DISABLE_COPYING(ClassName) \
|
||||
ClassName(const ClassName&); \
|
||||
ClassName& operator=(const ClassName&);
|
||||
private: \
|
||||
ClassName(const ClassName&); \
|
||||
ClassName& operator=(const ClassName&);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user