From c6863b86d988a1e65f23889fd03024a9782080f6 Mon Sep 17 00:00:00 2001 From: Evgenii Zhemchugov Date: Wed, 19 Feb 2025 11:17:29 +0000 Subject: [PATCH] Tool: make v_error, v_warning, v_message, v_debug public --- src/Tool/Tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tool/Tool.h b/src/Tool/Tool.h index b0a2cd5..8d1d6ee 100644 --- a/src/Tool/Tool.h +++ b/src/Tool/Tool.h @@ -59,13 +59,13 @@ namespace ToolFramework{ reinterpret_cast(m_data)->vars.Set(m_tool_name,vars_json); } - private: static const int v_error=0; static const int v_warning=1; static const int v_message=2; static const int v_debug=3; + private: