gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9669: Make data protected instead of


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9669: Make data protected instead of private.
Date: Tue, 28 Oct 2008 09:03:40 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9669
committer: address@hidden
branch nick: rtmp
timestamp: Tue 2008-10-28 09:03:40 -0600
message:
  Make data protected instead of private.
modified:
  libbase/rc.cpp
  libbase/rc.h
=== modified file 'libbase/rc.cpp'
--- a/libbase/rc.cpp    2008-10-22 21:31:53 +0000
+++ b/libbase/rc.cpp    2008-10-28 15:03:40 +0000
@@ -830,3 +830,9 @@
 
 
 } // end of namespace gnash
+
+// local Variables:
+// mode: C++
+// indent-tabs-mode: t
+// End:
+

=== modified file 'libbase/rc.h'
--- a/libbase/rc.h      2008-10-20 12:04:28 +0000
+++ b/libbase/rc.h      2008-10-28 15:03:40 +0000
@@ -239,7 +239,7 @@
         
     void dump();    
 
-private:
+protected:
 
     typedef boost::char_separator<char> Sep;
     typedef boost::tokenizer< Sep > Tok;


reply via email to

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