Only use rpc namespace in debug mode

This commit is contained in:
Scott Kyle 2016-04-19 10:49:08 -07:00
parent 8e5afeccc9
commit 650950fe02
1 changed files with 1 additions and 1 deletions

View File

@ -37,9 +37,9 @@
#import "rpc.hpp"
#define WEB_SERVER_PORT 8082
#endif
using namespace realm::rpc;
#endif
@interface NSObject ()
- (instancetype)initWithJSContext:(void *)context;