Skip to content
Snippets Groups Projects
Commit 7904e4a7 authored by Andrew Heather's avatar Andrew Heather
Browse files

COMP: resolved compiler warnings

parent e929a209
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ class NullObject
// Could also rely on bit-wise zero initialization for union content
NullObject()
:
data_{nullptr, nullptr, nullptr, nullptr}
data_{{nullptr}, {nullptr}, {nullptr}, {nullptr}}
{}
//- No copy construct
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment