X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fintauto.h;h=3cb86fda45c5a01f991840cd5b8c0f567da1732f;hp=6639935624dd8b917d0db83f2c71b876ce679cf7;hb=da1e39d85e138b0d552e932d875c05e8dc743244;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/intauto.h b/cinelerra-5.1/cinelerra/intauto.h index 66399356..3cb86fda 100644 --- a/cinelerra-5.1/cinelerra/intauto.h +++ b/cinelerra-5.1/cinelerra/intauto.h @@ -36,6 +36,7 @@ public: void copy_from(Auto *that); void copy_from(IntAuto *that); + bool is_intauto() { return true; } int operator==(Auto &that); int operator==(IntAuto &that);