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. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1645-g4542f36
Date: Mon, 08 Jul 2013 21:18:08 +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  4542f369ae640c1abf06281067001802a5ea3ab0 (commit)
      from  c7ce1ad6e8dc551f885db9273d62731569960421 (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=4542f369ae640c1abf06281067001802a5ea3ab0


commit 4542f369ae640c1abf06281067001802a5ea3ab0
Author: Bastiaan Jacques <address@hidden>
Date:   Mon Jul 8 23:17:50 2013 +0200

    Export missing symbol.

diff --git a/libcore/RGBA.h b/libcore/RGBA.h
index cfb2c60..8feed12 100644
--- a/libcore/RGBA.h
+++ b/libcore/RGBA.h
@@ -125,7 +125,7 @@ std::ostream& operator<<(std::ostream& os, const rgba& r);
 rgba colorFromHexString(const std::string& color);
 
 /// Used for morphing.
-rgba lerp(const rgba& a, const rgba& b, float f);
+rgba DSOEXPORT lerp(const rgba& a, const rgba& b, float f);
 
 } // namespace gnash
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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