gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10839: DSOEXPORT for gprocessor


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10839: DSOEXPORT for gprocessor
Date: Sun, 26 Apr 2009 04:42:55 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10839
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-04-26 04:42:55 +0200
message:
  DSOEXPORT for gprocessor
modified:
  libcore/MovieClip.h
=== modified file 'libcore/MovieClip.h'
--- a/libcore/MovieClip.h       2009-04-22 15:16:35 +0000
+++ b/libcore/MovieClip.h       2009-04-26 02:42:55 +0000
@@ -250,7 +250,7 @@
     /// 0-based frame numbers!! 
     ///(in contrast to ActionScript and Flash MX)
     ///
-    void goto_frame(size_t target_frame_number);
+    DSOEXPORT void goto_frame(size_t target_frame_number);
 
     /// Parse frame spec and return a 0-based frame number.
     //


reply via email to

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