cwVariant.cpp : Fix bad initialization in _variantDescArray[] sentinel.
This commit is contained in:
parent
e04c293856
commit
a2aa26754b
@ -46,7 +46,7 @@ namespace cw
|
||||
{ kPtrVFl | kFloatVFl, "float_ptr", "p", sizeof(float) },
|
||||
{ kPtrVFl | kDoubleVFl, "double_ptr", "p", sizeof(double) },
|
||||
|
||||
{ 0, nullptr, 0 }
|
||||
{ 0, nullptr, nullptr, 0 }
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user