About Store Forum Documentation Contact



Post Reply 
Can't set Default function pointer on new update
Author Message
SamNainocard Offline
Member

Post: #1
Can't set Default function pointer on new update
Just a head up, I used to have a lot of void (*_func)(ptr)=null;, with new version it throws ')' error everywhere.

Guess I' have to do normal Constructor() _func=null way. pfft
07-27-2015 06:18 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Can't set Default function pointer on new update
Thanks for reporting this!
I'll fix it right away.
07-27-2015 06:23 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Can't set Default function pointer on new update
The fix is now available for Windows
07-27-2015 07:00 AM
Find all posts by this user Quote this message in a reply
SamNainocard Offline
Member

Post: #4
RE: Can't set Default function pointer on new update
That's fast, thank you. grin
07-27-2015 07:08 AM
Find all posts by this user Quote this message in a reply
Post Reply