Changed definition of the DECL1 macro
This commit is contained in:
parent
90029d9925
commit
be778e3879
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ public:
|
|||
name ## option_t() : option_t<type>(#name), base
|
||||
#define DECL1(type, name, vartype, var, value) \
|
||||
vartype var ; \
|
||||
name ## option_t() : option_t<type>(#name), var(value)
|
||||
name ## option_t() : option_t<type>(#name), var value
|
||||
|
||||
#define DO() virtual void handler_thunk(call_scope_t&)
|
||||
#define DO_(var) virtual void handler_thunk(call_scope_t& var)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue