gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11586: move SetMovieRoot out of pri


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11586: move SetMovieRoot out of private, as it was causing compilation errors on Ubuntu Karmic. There is probably a better way to fix this.
Date: Sat, 24 Oct 2009 15:45:33 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11586
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2009-10-24 15:45:33 -0600
message:
  move SetMovieRoot out of private, as it was causing compilation errors on 
Ubuntu Karmic. There is probably a better way to fix this.
modified:
  libcore/movie_root.h
=== modified file 'libcore/movie_root.h'
--- a/libcore/movie_root.h      2009-10-23 10:47:41 +0000
+++ b/libcore/movie_root.h      2009-10-24 21:45:33 +0000
@@ -883,8 +883,6 @@
        }
        
 
-private:
-
     /// Set the root movie, replacing the current one if any.
     //
     /// This is needed for the cases in which the top-level movie
@@ -909,6 +907,8 @@
     /// Must have a depth of 0.
     ///
     void setRootMovie(Movie* movie);
+private:
+
 
     const RunResources& _runResources; 
 


reply via email to

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