From b7d5df183b6bdad4dc09ff611c44673c8bb9c2b6 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Mon, 10 Sep 2018 11:27:49 +0300 Subject: [PATCH] - add missed file --- src/engine/helper/HL_Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/helper/HL_Process.h b/src/engine/helper/HL_Process.h index ed6f6e5e..3c1de6a4 100644 --- a/src/engine/helper/HL_Process.h +++ b/src/engine/helper/HL_Process.h @@ -6,7 +6,7 @@ class OsProcess { public: - std::string execCommand(const std::string& cmdline); + static std::string execCommand(const std::string& cmdline); }; #endif