aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-22 12:21:31 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-22 12:21:31 -0800
commite31431140a7da60cdebdadbc36ad9bd75e504fea (patch)
tree75a99a1573e58a75ffd85f3a1785fa4fa01ca5e8 /event.h
parent8a66ba6c359d0a64419e7182efee1af040d5e092 (diff)
Formatting
Diffstat (limited to 'event.h')
-rw-r--r--event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.h b/event.h
index cd3bb0e3..5f497c68 100644
--- a/event.h
+++ b/event.h
@@ -89,7 +89,7 @@ struct event_t
event_t(int t) : type(t), param1(), str_param1(), function_name(), arguments() { }
/** default copy constructor */
- //event_t(const event_t &x);
+ //event_t(const event_t &x);
static event_t signal_event(int sig);