diff options
Diffstat (limited to 'src/widgets/sp-color-scales.h')
| -rw-r--r-- | src/widgets/sp-color-scales.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/sp-color-scales.h b/src/widgets/sp-color-scales.h index efb557f9b..e7d94ab37 100644 --- a/src/widgets/sp-color-scales.h +++ b/src/widgets/sp-color-scales.h @@ -53,14 +53,14 @@ protected: void _getCmykaFloatv(gfloat *cmyka); guint32 _getRgba32(); void _updateSliders(guint channels); - void _recalcColor(gboolean changing); + void _recalcColor(bool changing); void _setRangeLimit( gdouble upper ); SPColorScalesMode _mode; gdouble _rangeLimit; - gboolean _updating : 1; - gboolean _dragging : 1; + bool _updating : 1; + bool _dragging : 1; GtkAdjustment *_a[5]; /* Channel adjustments */ GtkWidget *_s[5]; /* Channel sliders */ GtkWidget *_b[5]; /* Spinbuttons */ |
