gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase gmemory.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/libbase gmemory.h
Date: Sun, 23 Mar 2008 02:28:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/03/23 02:28:53

Modified files:
        libbase        : gmemory.h 

Log message:
        Removed DSOEXPORT since it's not defined

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/gmemory.h?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: gmemory.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/gmemory.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- gmemory.h   23 Mar 2008 02:26:45 -0000      1.4
+++ gmemory.h   23 Mar 2008 02:28:53 -0000      1.5
@@ -46,9 +46,9 @@
         int uordblks; // total allocated space
         int fordblks; // total free space
     };
-    DSOEXPORT Memory();
-    DSOEXPORT Memory(int size);
-    DSOEXPORT ~Memory();
+    Memory();
+    Memory(int size);
+    ~Memory();
 
     // Start collecting statistics. This can effect performance
     void startStats();




reply via email to

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