From 2331263704ba01ca6be5323503029aff5b44e87a Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Thu, 9 Jun 2016 22:52:14 +0200 Subject: [PATCH] Added SSEFUNCTION into rtgui/histogrampanel.cc --- rtgui/histogrampanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/histogrampanel.cc b/rtgui/histogrampanel.cc index ed4c9be95..2ebfa3d90 100644 --- a/rtgui/histogrampanel.cc +++ b/rtgui/histogrampanel.cc @@ -938,7 +938,7 @@ void HistogramArea::update (LUTu &histRed, LUTu &histGreen, LUTu &histBlue, LUTu g_idle_add (histupdateUI, haih); } -void HistogramArea::updateBackBuffer () +SSEFUNCTION void HistogramArea::updateBackBuffer () { if (!get_realized ()) {