Replace checkboxes with tools.
[dcpomatic.git] / src / wx / timeline.h
index 2133a537dc72b3f76faacc3c3435224b8b65c273..2214ee13fddb1ba5192b86e35b0e2ab5dc1a6cc1 100644 (file)
@@ -69,7 +69,9 @@ public:
        enum Tool {
                SELECT,
                ZOOM,
-               ZOOM_ALL
+               ZOOM_ALL,
+               SNAP,
+               SEQUENCE
        };
 
        void tool_clicked (Tool t);