Fix 'undefined function' linter issue

modernize-cmake-1
MrSimbax 2020-04-07 19:13:30 +02:00
parent 87fec23f4b
commit f09768fb2d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CBotExprLitNum : public CBotInstr
{
public:
CBotExprLitNum(T val);
CBotExprLitNum(T val) = delete;
~CBotExprLitNum();
/*!