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