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

COMP: resolved compiler warnings

parent f38c0f7a
......@@ -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