gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12218: Use a different header guard


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12218: Use a different header guard or it will wrongly prevent inclusions.
Date: Fri, 04 Jun 2010 11:12:21 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12218
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2010-06-04 11:12:21 +0200
message:
  Use a different header guard or it will wrongly prevent inclusions.
modified:
  libcore/ExternalInterface.h
=== modified file 'libcore/ExternalInterface.h'
--- a/libcore/ExternalInterface.h       2010-06-01 02:34:36 +0000
+++ b/libcore/ExternalInterface.h       2010-06-04 09:12:21 +0000
@@ -18,8 +18,8 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-#ifndef GNASH_ASOBJ_EXTERNALINTERFACE_H
-#define GNASH_ASOBJ_EXTERNALINTERFACE_H
+#ifndef GNASH_EXTERNALINTERFACE_H
+#define GNASH_EXTERNALINTERFACE_H
 
 #include <string>
 #include <vector>


reply via email to

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