modify includes
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2236 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
eff64f3d7c
commit
bb1d6f143b
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
#define __moGPUObject_H_
|
#define __moGPUObject_H_
|
||||||
|
|
||||||
#include <memory/moGPUAllocator.h>
|
#include <memory/moGPUAllocator.h>
|
||||||
#include <memory/moGPUDesallocator.h>
|
#include <memory/moGPUDisallocator.h>
|
||||||
#include <memory/moGPUCopy.h>
|
#include <memory/moGPUCopy.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -89,7 +89,7 @@ public:
|
||||||
|
|
||||||
moGPUAllocator malloc;
|
moGPUAllocator malloc;
|
||||||
moGPUCopy copy;
|
moGPUCopy copy;
|
||||||
moGPUDesallocator free;
|
moGPUDisallocator free;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue