gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server video_stream_instance.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server video_stream_instance.cpp
Date: Thu, 01 Mar 2007 09:50:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/01 09:50:59

Modified files:
        server         : video_stream_instance.cpp 

Log message:
        include Range2d.h too.. since we use it

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/video_stream_instance.cpp?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: video_stream_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/video_stream_instance.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- video_stream_instance.cpp   1 Mar 2007 09:46:09 -0000       1.12
+++ video_stream_instance.cpp   1 Mar 2007 09:50:59 -0000       1.13
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 // 
-// $Id: video_stream_instance.cpp,v 1.12 2007/03/01 09:46:09 udog Exp $
+// $Id: video_stream_instance.cpp,v 1.13 2007/03/01 09:50:59 strk Exp $
 
 #include "sprite_instance.h"
 #include "video_stream_instance.h"
@@ -24,6 +24,7 @@
 #include "as_value.h"
 #include "NetStream.h"
 #include "render.h"
+#include "Range2d.h"
 
 namespace gnash {
 




reply via email to

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