Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 793917
Collapse All | Expand All

(-)a/src/libixion/model_context.cpp (-2 / +1 lines)
Lines 17-23 Link Here
17
17
18
namespace ixion {
18
namespace ixion {
19
19
20
model_context::input_cell::input_cell(nullptr_t) : type(celltype_t::empty) {}
20
model_context::input_cell::input_cell(std::nullptr_t) : type(celltype_t::empty) {}
21
model_context::input_cell::input_cell(bool b) : type(celltype_t::boolean)
21
model_context::input_cell::input_cell(bool b) : type(celltype_t::boolean)
22
{
22
{
23
    value.boolean = b;
23
    value.boolean = b;
24
- 

Return to bug 793917