prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / guicast / arraylist.h
index 3c439438b2363646479ade2a6b50fe6e0e881848..5f66b34102a5d96163242f9b815627101d5e4df7 100644 (file)
@@ -69,6 +69,7 @@ public:
                total = 0;
        }
        TYPE &last() { return values[total - 1]; }
+
        void set_array_delete() { dtype = d_array; }
        void set_free() { dtype = d_free; }
        int size() { return total; }