Skip to content
Snippets Groups Projects
Commit f88aa684 authored by David Gobbi's avatar David Gobbi Committed by Kitware Robot
Browse files

Merge topic 'export-vtkcocoaglview'


583d3dc3 Export the vtkCocoaGLView interface

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !1971
parents a0cbcf75 583d3dc3
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
#ifndef vtkCocoaGLView_h
#define vtkCocoaGLView_h
#include "vtkRenderingOpenGLModule.h" // For export macro
#import <Cocoa/Cocoa.h>
// Note: This file should be includable by both pure Objective-C and Objective-C++ source files.
......@@ -57,6 +58,7 @@
typedef void *vtkCocoaRenderWindowInteractorRef;
#endif
VTKRENDERINGOPENGL_EXPORT
@interface vtkCocoaGLView : NSView
{
@private
......
......@@ -39,6 +39,7 @@
#ifndef vtkCocoaGLView_h
#define vtkCocoaGLView_h
#include "vtkRenderingOpenGL2Module.h" // For export macro
#import <Cocoa/Cocoa.h>
// Note: This file should be includable by both pure Objective-C and Objective-C++ source files.
......@@ -57,6 +58,7 @@
typedef void *vtkCocoaRenderWindowInteractorRef;
#endif
VTKRENDERINGOPENGL2_EXPORT
@interface vtkCocoaGLView : NSView
{
@private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment