2014-09-04 19:53:40 +02:00
|
|
|
diff --git underlay_opengl_hosting_window.h underlay_opengl_hosting_window.h
|
|
|
|
index d673c31..806d134 100644
|
|
|
|
--- underlay_opengl_hosting_window.h
|
|
|
|
+++ underlay_opengl_hosting_window.h
|
2013-08-15 00:15:28 +02:00
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
// Common base class for windows that host a OpenGL surface that renders under
|
2014-09-04 19:53:40 +02:00
|
|
|
// the window. Previously contained methods related to hole punching, now just
|
|
|
|
// contains common asserts.
|
2014-02-05 21:35:45 +01:00
|
|
|
-UI_BASE_EXPORT
|
2013-08-15 00:15:28 +02:00
|
|
|
+__attribute__((visibility("default")))
|
|
|
|
@interface UnderlayOpenGLHostingWindow : NSWindow
|
|
|
|
@end
|
|
|
|
|