From f09768fb2d5c64c61a422add6808f5994a856185 Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Tue, 7 Apr 2020 19:13:30 +0200 Subject: [PATCH] Fix 'undefined function' linter issue --- src/CBot/CBotInstr/CBotExprLitNum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CBot/CBotInstr/CBotExprLitNum.h b/src/CBot/CBotInstr/CBotExprLitNum.h index 8d7edcc1..f3fcaf89 100644 --- a/src/CBot/CBotInstr/CBotExprLitNum.h +++ b/src/CBot/CBotInstr/CBotExprLitNum.h @@ -38,7 +38,7 @@ class CBotExprLitNum : public CBotInstr { public: - CBotExprLitNum(T val); + CBotExprLitNum(T val) = delete; ~CBotExprLitNum(); /*!