diff options
| -rw-r--r-- | include/System/SysNew.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/System/SysNew.hpp b/include/System/SysNew.hpp index 20d4a46f..78f3b290 100644 --- a/include/System/SysNew.hpp +++ b/include/System/SysNew.hpp @@ -4,6 +4,6 @@ class SysObject {
public:
- static void* operator new(unsigned long length, u32 *id, u32 idLength);
+ static void *operator new(unsigned long length, u32 *id, u32 idLength);
static void operator delete(void *ptr);
};
|
