diff src/graphics.h.in @ 14281:b4d7de953066

Export more required symbols [Win32]. * liboctave/regexp.h (class regexp): Decorate with OCTAVE_API * src/graphics.h.in (gtk_manager::create_instance, gtk_manager::instance): Decorate with OCTINTERP_API.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 29 Jan 2012 12:53:05 +0000
parents 5cc69bafe3b9
children 17de694961f5
line wrap: on
line diff
--- a/src/graphics.h.in	Sun Jan 29 12:52:54 2012 +0000
+++ b/src/graphics.h.in	Sun Jan 29 12:53:05 2012 +0000
@@ -2310,7 +2310,7 @@
 
   ~gtk_manager (void) { }
 
-  static void create_instance (void);
+  OCTINTERP_API static void create_instance (void);
 
   static bool instance_ok (void)
   {
@@ -2331,7 +2331,7 @@
 
   static void cleanup_instance (void) { delete instance; instance = 0; }
 
-  static gtk_manager *instance;
+  OCTINTERP_API static gtk_manager *instance;
 
   // The name of the default toolkit.
   std::string dtk;