Clear up a C++ compile warning
This commit is contained in:
parent
e0603a441e
commit
ff5abf34a8
@ -43,6 +43,8 @@ class TConstUnion {
|
|||||||
public:
|
public:
|
||||||
POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
||||||
|
|
||||||
|
TConstUnion() : iConst(0), type(EbtInt) { }
|
||||||
|
|
||||||
void setIConst(int i)
|
void setIConst(int i)
|
||||||
{
|
{
|
||||||
iConst = i;
|
iConst = i;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user