From bb1d6f143bfa1e56da1e0980bdd0fb2a2782d87b Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 13 May 2011 09:18:00 +0000 Subject: [PATCH] modify includes git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2236 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/src/memory/moGPUObject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/ParadisEO-GPU/src/memory/moGPUObject.h b/branches/ParadisEO-GPU/src/memory/moGPUObject.h index 9152d266d..ff2e779a7 100644 --- a/branches/ParadisEO-GPU/src/memory/moGPUObject.h +++ b/branches/ParadisEO-GPU/src/memory/moGPUObject.h @@ -36,7 +36,7 @@ #define __moGPUObject_H_ #include -#include +#include #include /** @@ -89,7 +89,7 @@ public: moGPUAllocator malloc; moGPUCopy copy; - moGPUDesallocator free; + moGPUDisallocator free; };