X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Findexable.h;h=ab07731c17af3be2df7e203f71bbb59348a36ef9;hb=26f3c4335351a3938db78303c57a2ba6551a2a10;hp=a9b13277c955d7a1fe5004599be65d7bb9ab7cf2;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/indexable.h b/cinelerra-5.1/cinelerra/indexable.h index a9b13277..ab07731c 100644 --- a/cinelerra-5.1/cinelerra/indexable.h +++ b/cinelerra-5.1/cinelerra/indexable.h @@ -49,8 +49,9 @@ public: virtual int64_t get_video_frames(); void copy_indexable(Indexable *src); - void update_path(char *new_path); + void update_path(const char *new_path); void update_index(Indexable *src); + const char *get_title(); IndexState *index_state;