gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/asobj NetStream.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/server/asobj NetStream.h
Date: Wed, 17 Oct 2007 04:58:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/10/17 04:58:59

Modified files:
        server/asobj   : NetStream.h 

Log message:
        Make MIPSPro fix more specific

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStream.h?cvsroot=gnash&r1=1.51&r2=1.52

Patches:
Index: NetStream.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetStream.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- NetStream.h 17 Oct 2007 04:53:13 -0000      1.51
+++ NetStream.h 17 Oct 2007 04:58:59 -0000      1.52
@@ -19,7 +19,7 @@
 //
 //
 
-/*  $Id: NetStream.h,v 1.51 2007/10/17 04:53:13 nihilus Exp $ */
+/*  $Id: NetStream.h,v 1.52 2007/10/17 04:58:59 nihilus Exp $ */
 
 #ifndef __NETSTREAM_H__
 #define __NETSTREAM_H__
@@ -188,7 +188,7 @@
 
        NetStream();
 
-#ifndef sgi
+#if !defined(sgi) || defined(__GNUC__)
        virtual ~NetStream(){}
 #endif
        /// Closes the video session and frees all ressources used for decoding




reply via email to

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