gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11611: Fix DSOEXPORT


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11611: Fix DSOEXPORT
Date: Sat, 07 Nov 2009 00:18:38 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11611
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sat 2009-11-07 00:18:38 +0100
message:
  Fix DSOEXPORT
modified:
  libcore/DisplayObject.h
=== modified file 'libcore/DisplayObject.h'
--- a/libcore/DisplayObject.h   2009-11-06 08:44:44 +0000
+++ b/libcore/DisplayObject.h   2009-11-06 23:18:38 +0000
@@ -29,6 +29,7 @@
 #include "SWFRect.h" // for composition (invalidated bounds)
 #include "SWFMatrix.h" // for composition
 #include "cxform.h" // for composition
+#include "dsodefs.h" //for DSOEXPORT
 #include "log.h"
 #include "snappingrange.h"
 #ifdef USE_SWFTREE
@@ -873,7 +874,7 @@
     /// Return true if this DisplayObject allows turning the cursor
     /// into an hand shape when it happens to be the one receiving
     /// mouse events.
-    bool allowHandCursor() const;
+    bool DSOEXPORT allowHandCursor() const;
 
 #ifdef USE_SWFTREE
     typedef std::pair<std::string, std::string> StringPair; 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]