gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12222: Fix more clang++ warnings as


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12222: Fix more clang++ warnings as well as conforming to coding style by using
Date: Sat, 05 Jun 2010 12:19:45 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12222
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Sat 2010-06-05 12:19:45 +0200
message:
  Fix more clang++ warnings as well as conforming to coding style by using
  class for a class with private members.
modified:
  libcore/ObjectURI.h
=== modified file 'libcore/ObjectURI.h'
--- a/libcore/ObjectURI.h       2010-06-05 09:29:30 +0000
+++ b/libcore/ObjectURI.h       2010-06-05 10:19:45 +0000
@@ -61,7 +61,7 @@
     return o.ns;
 }
 
-struct ObjectURI::Logger
+class ObjectURI::Logger
 {
 public:
     Logger(string_table& st) : _st(st) {}


reply via email to

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