X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fundostack.h;fp=cinelerra-5.1%2Fcinelerra%2Fundostack.h;h=8c39d8be71455a2490986a7b467af735e0b98c18;hb=e21b91bb19b37efa7644445f6137ee926d685795;hp=17bf1284bea8e8dda421dd59a97e5fa48402166f;hpb=585f4f65f1c7870acf05a52da02e601172e3beb4;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/undostack.h b/cinelerra-5.1/cinelerra/undostack.h index 17bf1284..8c39d8be 100644 --- a/cinelerra-5.1/cinelerra/undostack.h +++ b/cinelerra-5.1/cinelerra/undostack.h @@ -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);