mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Span default ctor fix
This commit is contained in:
parent
15003d5f6a
commit
b2e9a83ac2
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ public:
|
||||||
|
|
||||||
Span()
|
Span()
|
||||||
{
|
{
|
||||||
|
mVals = NULL;
|
||||||
|
mSize = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
Span(T* mPtr, intptr size)
|
Span(T* mPtr, intptr size)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue