gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/font.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/font.h
Date: Mon, 15 Jan 2007 20:28:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/15 20:28:48

Modified files:
        .              : ChangeLog 
        server         : font.h 

Log message:
        * server/font.h: proper include to avoid undefined references to 
drop_ref().

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2111&r2=1.2112
http://cvs.savannah.gnu.org/viewcvs/gnash/server/font.h?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2111
retrieving revision 1.2112
diff -u -b -r1.2111 -r1.2112
--- ChangeLog   15 Jan 2007 17:00:14 -0000      1.2111
+++ ChangeLog   15 Jan 2007 20:28:47 -0000      1.2112
@@ -1,5 +1,10 @@
 2007-01-15 Sandro Santilli <address@hidden>
 
+       * server/font.h: proper include to avoid undefined
+         references to drop_ref().
+
+2007-01-15 Sandro Santilli <address@hidden>
+
        * server/asobj/TextSnapshot.cpp: fixed methods
          casing.
        * testsuite/actionscript.all/TextSnapshot.as:

Index: server/font.h
===================================================================
RCS file: /sources/gnash/gnash/server/font.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- server/font.h       6 Dec 2006 10:58:34 -0000       1.18
+++ server/font.h       15 Jan 2007 20:28:48 -0000      1.19
@@ -16,6 +16,7 @@
 #include "resource.h" // for inheritance of font
 #include "ref_counted.h" // for inheritance of texture_glyph
 #include "swf.h" // for tag_type definition
+#include "bitmap_info.h" // for dtor visibility by smart pointer
 
 #include <map>
 
@@ -25,7 +26,6 @@
        class movie;
        class shape_character_def;
        class stream;
-       class bitmap_info;
 
        
        /// class for holding (cached) textured glyph info.




reply via email to

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