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: