mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 13:15:43 -05:00
Fix warnings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <QScrollBar>
|
||||
|
||||
MacroSegment::MacroSegment(Macro *m, bool supportsVariableValue)
|
||||
: _supportsVariableValue(supportsVariableValue), _macro(m)
|
||||
: _macro(m), _supportsVariableValue(supportsVariableValue)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user