gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/tree.hh


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/tree.hh
Date: Fri, 14 Sep 2007 03:24:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/09/14 03:24:16

Modified files:
        .              : ChangeLog 
        libbase        : tree.hh 

Log message:
        Fixes for compilation with --enable-strict.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4314&r2=1.4315
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tree.hh?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4314
retrieving revision 1.4315
diff -u -b -r1.4314 -r1.4315
--- ChangeLog   14 Sep 2007 03:10:01 -0000      1.4314
+++ ChangeLog   14 Sep 2007 03:24:15 -0000      1.4315
@@ -6,7 +6,7 @@
        server/asobj/DropShadowFilter_as.cpp, server/asobj/GlowFilter_as.cpp,
        server/asobj/GradientBevelFilter_as.cpp,
        server/asobj/GradientGlowFilter_as.cpp,
-       server/vm/ASHandlers.cpp
+       server/vm/ASHandlers.cpp, libbase/tree.hh
 
        Fixes for compilation with --enable-strict.
 

Index: libbase/tree.hh
===================================================================
RCS file: /sources/gnash/gnash/libbase/tree.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- libbase/tree.hh     24 Aug 2007 10:07:41 -0000      1.3
+++ libbase/tree.hh     14 Sep 2007 03:24:15 -0000      1.4
@@ -1,6 +1,6 @@
 /* 
 
-   $Id: tree.hh,v 1.3 2007/08/24 10:07:41 strk Exp $
+   $Id: tree.hh,v 1.4 2007/09/14 03:24:15 nihilus Exp $
 
    STL-like templated tree class.
    Copyright (C) 2001-2006  Kasper Peeters <address@hidden>.
@@ -91,7 +91,7 @@
    p->~T1();
    }
 
-};
+}
 
 /// A node in the tree, combining links to other nodes as well as the actual 
data.
 template<class T>




reply via email to

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