Class that extends Event needs to be defined before it's called or there will be a complaint
Reported by Tomasz Kaye | December 24th, 2009 @ 07:40 PM
Class that extends Event needs to be defined before it's called or there will be a complaint that the class doesn't have a member named "broadcast" or "signal". Example that will yield a complaint yet should be correct;
Trigger trig;
trig.broadcast();
class Trigger extends Event { int target; }
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Place to log chuck bugs, feature requests etc.