Add default constructor for Boxed_Number
This commit is contained in:
parent
b0b1549503
commit
cdfefed385
@ -297,6 +297,11 @@ namespace chaiscript
|
||||
|
||||
|
||||
public:
|
||||
Boxed_Number()
|
||||
: bv(Boxed_Value(0))
|
||||
{
|
||||
}
|
||||
|
||||
Boxed_Number(const Boxed_Value &v)
|
||||
: bv(v)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user