juicy compiler error
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#include "scrollbarhighlight.h"
|
||||
#include "colorscheme.h"
|
||||
|
||||
ScrollBarHighlight::ScrollBarHighlight(float position, int colorIndex, Style style, QString tag)
|
||||
: m_position(position),
|
||||
m_colorIndex(std::max(0, std::min(ColorScheme::instance().HighlightColorCount, colorIndex))),
|
||||
m_style(style),
|
||||
m_tag(tag),
|
||||
next(NULL)
|
||||
ScrollBarHighlight::ScrollBarHighlight(float position, int colorIndex,
|
||||
Style style, QString tag)
|
||||
: m_position(position)
|
||||
, m_colorIndex(std::max(
|
||||
0, std::min(ColorScheme::instance().HighlightColorCount, colorIndex)))
|
||||
, m_style(style)
|
||||
, m_tag(tag)
|
||||
, next(NULL)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user