gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 40c87fcff3e09a9f8d97


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 40c87fcff3e09a9f8d97e7bc4f7994321261e879
Date: Sat, 02 Oct 2010 04:54:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  40c87fcff3e09a9f8d97e7bc4f7994321261e879 (commit)
      from  56251bea1ca80e5ec9126ff7c10daef56fce45b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=40c87fcff3e09a9f8d97e7bc4f7994321261e879


commit 40c87fcff3e09a9f8d97e7bc4f7994321261e879
Author: Bastiaan Jacques <address@hidden>
Date:   Sat Oct 2 06:52:22 2010 +0200

    Export a symbol used across DSOs.

diff --git a/libcore/CharacterProxy.h b/libcore/CharacterProxy.h
index 0224171..093e9f1 100644
--- a/libcore/CharacterProxy.h
+++ b/libcore/CharacterProxy.h
@@ -21,6 +21,7 @@
 #define GNASH_CHARACTER_PROXY_H
 
 #include <string>
+#include "dsodefs.h"
 
 // Forward declarations
 namespace gnash {
@@ -45,7 +46,7 @@ class CharacterProxy {
 
        /// If we still have a sprite pointer check if it was destroyed
        /// in which case we drop the pointer and only keep the target.
-       void checkDangling() const;
+       DSOEXPORT void checkDangling() const;
 
 public:
 

-----------------------------------------------------------------------

Summary of changes:
 libcore/CharacterProxy.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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