From 7b155f111daf5d7ae477b16d0f0789b1113bea74 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Jun 2012 00:04:33 +0300 Subject: Fix some issues after auto checking. --- src/depricatedevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/depricatedevent.h') 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(); -- cgit v1.2.3-60-g2f50