fix for undo compression bug, fix for 'o' in recsources win, titler alias=smooth
[goodguy/history.git] / cinelerra-5.1 / cinelerra / undostack.h
index 17bf1284bea8e8dda421dd59a97e5fa48402166f..8c39d8be71455a2490986a7b467af735e0b98c18 100644 (file)
@@ -63,7 +63,7 @@ public:
 class UndoLine
 {
 public:
-       UndoLine(UndoHash *hash);
+       UndoLine(UndoHash *hash, char *tp);
        UndoLine(UndoHashTable *hash, char *txt, int len);
        ~UndoLine();
        int eq(UndoLine *ln);