From 50398b67be3d7a9b64fc74dcca99e117cdf2c672 Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Sun, 7 Jun 2020 14:47:33 +0300 Subject: [PATCH] old VS build --- profiler_gui/arbitrary_value_tooltip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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