gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10213: Fix warning.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10213: Fix warning.
Date: Fri, 31 Oct 2008 11:38:22 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10213
committer: Benjamin Wolsey <address@hidden>
branch nick: work
timestamp: Fri 2008-10-31 11:38:22 +0100
message:
  Fix warning.
modified:
  libcore/parser/character_def.h
=== modified file 'libcore/parser/character_def.h'
--- a/libcore/parser/character_def.h    2008-10-30 13:15:12 +0000
+++ b/libcore/parser/character_def.h    2008-10-31 10:38:22 +0000
@@ -121,6 +121,7 @@
        ///
        character_def(const character_def& o)
                :
+        ExportableResource(),
                m_id(o.m_id),
                m_render_cache(NULL)
        {}


reply via email to

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