gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server array.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/server array.cpp
Date: Fri, 21 Mar 2008 17:39:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/03/21 17:39:09

Modified files:
        server         : array.cpp 

Log message:
        if isfinite() is declared we access it by using namespace std 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/array.cpp?cvsroot=gnash&r1=1.100&r2=1.101

Patches:
Index: array.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/array.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- array.cpp   21 Mar 2008 10:06:19 -0000      1.100
+++ array.cpp   21 Mar 2008 17:39:09 -0000      1.101
@@ -40,6 +40,7 @@
 
 //#define GNASH_DEBUG 
 
+using namespace std;
 
 namespace gnash {
 




reply via email to

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