diff --git a/profiler_gui/arbitrary_value_tooltip.cpp b/profiler_gui/arbitrary_value_tooltip.cpp index a835107..03f7826 100644 --- a/profiler_gui/arbitrary_value_tooltip.cpp +++ b/profiler_gui/arbitrary_value_tooltip.cpp @@ -59,7 +59,7 @@ #include "common_functions.h" #include "globals.h" -constexpr auto TOOLTIP_OPTIONS = +const auto TOOLTIP_OPTIONS = #ifndef __APPLE__ Qt::Tool | Qt::SubWindow | Qt::FramelessWindowHint; #else