gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10564: Applied patch from address@h


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10564: Applied patch from address@hidden
Date: Mon, 09 Feb 2009 04:22:05 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10564
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Mon 2009-02-09 04:22:05 +0100
message:
  Applied patch from address@hidden
modified:
  libcore/Font.cpp
  libcore/Font.h
  libcore/parser/character_def.cpp
  libcore/parser/character_def.h
=== modified file 'libcore/Font.cpp'
--- a/libcore/Font.cpp  2008-12-01 23:21:37 +0000
+++ b/libcore/Font.cpp  2009-02-09 03:22:05 +0000
@@ -1,6 +1,6 @@
 // Font.cpp:  ActionScript Font handling, for Gnash.
 // 
-//   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+//   Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by

=== modified file 'libcore/Font.h'
--- a/libcore/Font.h    2008-11-09 00:28:06 +0000
+++ b/libcore/Font.h    2009-02-09 03:22:05 +0000
@@ -1,6 +1,6 @@
 // Font.h -- Font class, for Gnash
 //
-//   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+//   Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
+#include <boost/cstdint.hpp>
 #include <vector>
 #include <map>
 

=== modified file 'libcore/parser/character_def.cpp'
--- a/libcore/parser/character_def.cpp  2008-03-05 03:55:48 +0000
+++ b/libcore/parser/character_def.cpp  2009-02-09 03:22:05 +0000
@@ -1,5 +1,5 @@
 // 
-//   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+//   Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by

=== modified file 'libcore/parser/character_def.h'
--- a/libcore/parser/character_def.h    2008-11-14 10:31:33 +0000
+++ b/libcore/parser/character_def.h    2009-02-09 03:22:05 +0000
@@ -1,5 +1,5 @@
 // 
-//   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+//   Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -19,6 +19,7 @@
 #define GNASH_CHARACTER_DEF_H
 
 #include "ExportableResource.h"
+#include <boost/cstdint.hpp>
 
 // Forward declarations
 


reply via email to

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