gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11716: Our use of intrusive_ptr nee


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11716: Our use of intrusive_ptr need including smart_ptr.h, as there we define addref/dropref
Date: Sat, 19 Dec 2009 17:13:55 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11716
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sat 2009-12-19 17:13:55 +0100
message:
  Our use of intrusive_ptr need including smart_ptr.h, as there we define 
addref/dropref
modified:
  libcore/MovieLoader.h
=== modified file 'libcore/MovieLoader.h'
--- a/libcore/MovieLoader.h     2009-11-12 12:13:15 +0000
+++ b/libcore/MovieLoader.h     2009-12-19 16:13:55 +0000
@@ -22,12 +22,12 @@
 #include "as_object.h" // for setReachable inline
 #include "movie_definition.h" // for use in intrusive_ptr (inline)
 #include "MovieClip.h" // for MovieClip::VariablesMethod type
+#include "smart_ptr.h" // for intrusive_ptr
 
 #include <list>
 #include <string>
 #include <boost/noncopyable.hpp>
 #include <boost/thread/thread.hpp>
-#include <boost/intrusive_ptr.hpp>
 #include <boost/thread/condition.hpp>
 #include <boost/thread/barrier.hpp>
 


reply via email to

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