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
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit