]> git.saurik.com Git - wxWidgets.git/commitdiff
adding NSPrintInfo support
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 17 Jan 2009 08:46:31 +0000 (08:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 17 Jan 2009 08:46:31 +0000 (08:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 1f30bd8e85c8b05f29e43333699d7e9a070d2e2b..e179b9ff8b9f4e3d9c6e86bf0a71c3b4d4d2764c 100644 (file)
@@ -2741,6 +2741,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSWindow);
 DECLARE_WXCOCOA_OBJC_CLASS(NSView);
 DECLARE_WXCOCOA_OBJC_CLASS(NSOpenGLContext);
 DECLARE_WXCOCOA_OBJC_CLASS(NSOpenGLPixelFormat);
+DECLARE_WXCOCOA_OBJC_CLASS( NSPrintInfo );
 #ifndef __WXMAC__
 typedef WX_NSView WXWidget; /*  wxWidgets BASE definition */
 #endif