summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-06-26 12:34:55 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-26 12:47:11 -0400
commitee791f251aa25a441d3c78d1b8c09b3c8f7c44cf (patch)
tree44e182fe4c330348a2f82832844a7ca725db7eb8 /gtk2_ardour/editor.h
parent0cd1db76f04cf2d15bd257763a92ecd92fa534ce (diff)
make the quantize dialog persistent so that settings are retained
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index d5645a1e82..ac25455c04 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -119,6 +119,7 @@ class NoteBase;
class PlaylistSelector;
class PluginSelector;
class ProgressReporter;
+class QuantizeDialog;
class RhythmFerret;
class RulerDialog;
class Selection;
@@ -2237,6 +2238,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void update_bring_in_message (Gtk::Label* label, uint32_t n, uint32_t total, std::string name);
void bring_all_sources_into_session ();
+ QuantizeDialog* quantize_dialog;
+
friend class Drag;
friend class RegionDrag;
friend class RegionMoveDrag;