Fix 'undefined function' linter issue
parent
87fec23f4b
commit
f09768fb2d
|
@ -38,7 +38,7 @@ class CBotExprLitNum : public CBotInstr
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CBotExprLitNum(T val);
|
CBotExprLitNum(T val) = delete;
|
||||||
~CBotExprLitNum();
|
~CBotExprLitNum();
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in New Issue