gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9651: visbility fix


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9651: visbility fix
Date: Sun, 31 Aug 2008 00:02:56 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9651
committer: Markus Gothe <address@hidden>
branch nick: gnash
timestamp: Sun 2008-08-31 00:02:56 +0200
message:
  visbility fix
modified:
  libcore/as_environment.h
=== modified file 'libcore/as_environment.h'
--- a/libcore/as_environment.h  2008-08-30 01:49:14 +0000
+++ b/libcore/as_environment.h  2008-08-30 22:02:56 +0000
@@ -47,7 +47,7 @@
 
        /// Stack of as_values in this environment
        //std::vector<as_value> m_stack;
-       SafeStack<as_value>     _stack;
+       DSOEXPORT SafeStack<as_value>   _stack;
 
        as_environment()
                :


reply via email to

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