fixed
This commit is contained in:
parent
d61a39c1f8
commit
691d427d25
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include "debugconsole.h"
|
||||
#include "DRM/DRM_DllUnloadThread.h"
|
||||
|
||||
template<typename T1, unsigned short SIZE>
|
||||
class LazyBuffer
|
||||
@ -276,4 +275,4 @@ template<unsigned short SECTIONSIZE, unsigned char NUMBEROFSECTIONS>
|
||||
using LazySectionBuffer_wchart = LazySectionBuffer<wchar_t, SECTIONSIZE, NUMBEROFSECTIONS>;
|
||||
|
||||
template<unsigned short SECTIONSIZE, unsigned char NUMBEROFSECTIONS>
|
||||
using LazySectionBuffer_char = LazySectionBuffer<char, SECTIONSIZE, NUMBEROFSECTIONS>;
|
||||
using LazySectionBuffer_char = LazySectionBuffer<char, SECTIONSIZE, NUMBEROFSECTIONS>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user