summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index c24ff32dc0..f48d3c4953 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -283,7 +283,7 @@ private:
* samplepos. used for relative snap.
*/
samplepos_t _snap_delta;
- double _snap_delta_music;
+ double _snap_delta_music;
CursorContext::Handle _cursor_ctx; ///< cursor change context
bool _constraint_pressed; ///< if the keyboard indicated constraint modifier was pressed on start_grab()
};
@@ -636,7 +636,7 @@ private:
}
MidiRegionView* _region_view;
- samplepos_t _last_pos;
+ samplepos_t _last_pos;
double _y;
};