Browse Source

eagldisplay: Make PandaViewController visible.

Donny Lawrence 6 years ago
parent
commit
c00d410be9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/eagldisplay/PandaViewController.h

+ 1 - 0
panda/src/eagldisplay/PandaViewController.h

@@ -1,5 +1,6 @@
 #import <UIKit/UIKit.h>
 #import <UIKit/UIKit.h>
 
 
+__attribute__((visibility("default")))
 @interface PandaViewController : UIViewController
 @interface PandaViewController : UIViewController
 
 
 // Whether this instance is functioning as the main GraphicsWindow.
 // Whether this instance is functioning as the main GraphicsWindow.