PURE_VIRTUAL macro fix
This commit is contained in:
@ -212,7 +212,7 @@
|
|||||||
#define FORWARD_DECLARE(t, i) t i
|
#define FORWARD_DECLARE(t, i) t i
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
# define PURE_VIRTUAL(f) VIRTUAL f = 0
|
# define PURE_VIRTUAL(...) VIRTUAL __VA_ARGS__ = 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user