diff options
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r-- | src/depricatedevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h index a353b3de8..6e7eed448 100644 --- a/src/depricatedevent.h +++ b/src/depricatedevent.h @@ -121,8 +121,8 @@ class DepricatedEvent // String passed can be retivered with getName() // and is to used to identify what type of event // this is. - DepricatedEvent(DepricatedEvents name) - { mDepricatedEventName = name; } + DepricatedEvent(DepricatedEvents name) : mDepricatedEventName(name) + { } ~DepricatedEvent(); |