From c78423448941517eeae0a60e703a5dc2976aed0c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 21 May 2014 00:28:46 +0300 Subject: fix compilation without C++11 options. --- src/net/partyshare.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/net/partyshare.h') diff --git a/src/net/partyshare.h b/src/net/partyshare.h index e35ff6382..5fa55c4d9 100644 --- a/src/net/partyshare.h +++ b/src/net/partyshare.h @@ -25,13 +25,16 @@ namespace Net { - enum PartyShare + namespace PartyShare { - UNKNOWN = -1, - NO, - YES, - NOT_POSSIBLE = 2 - }; + enum Type + { + UNKNOWN = -1, + NO, + YES, + NOT_POSSIBLE = 2 + }; + } } // namespace Net #endif // NET_PARTYSHARE_H -- cgit v1.2.3-70-g09d2