Added SSEFUNCTION into rtgui/histogrampanel.cc

This commit is contained in:
Beep6581
2016-06-09 22:52:14 +02:00
parent c857bba95e
commit 2331263704

View File

@@ -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 ()) {