Changed definition of the DECL1 macro

This commit is contained in:
John Wiegley 2012-03-07 10:35:01 -06:00
parent 90029d9925
commit be778e3879

View file

@ -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)