Fix typo to PTRCALL_ENABLED from previous commit
And boo @reduz, those trailing spaces :p
This commit is contained in:
parent
10c512e46d
commit
0f54ab93bc
|
@ -48,7 +48,7 @@ public:
|
|||
$ifnoret return Variant();$
|
||||
}
|
||||
|
||||
#ifdef PTRCAL_ENABLED
|
||||
#ifdef PTRCALL_ENABLED
|
||||
virtual void ptrcall(Object*p_object,const void** p_args,void *r_ret) {
|
||||
|
||||
T *instance=p_object->cast_to<T>();
|
||||
|
@ -254,10 +254,3 @@ def run(target, source, env):
|
|||
f=open(target[1].path,"w")
|
||||
f.write(text_ext)
|
||||
f.close()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue