From f9c30d331b77ed67f4ea039a3b1d5add07084355 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Wed, 9 May 2012 10:17:24 +0200 Subject: [PATCH] Fix compilation error --- Classes/IncallViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classes/IncallViewController.m b/Classes/IncallViewController.m index 5d3e2901a..31a06e8aa 100644 --- a/Classes/IncallViewController.m +++ b/Classes/IncallViewController.m @@ -75,7 +75,9 @@ const NSInteger SECURE_BUTTON_TAG=5; @synthesize videoCameraSwitch; @synthesize videoUpdateIndicator; @synthesize videoWaitingForFirstImage; +#ifdef TEST_VIDEO_VIEW_CHANGE @synthesize testVideoView; +#endif @synthesize addVideo;