X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fintauto.h;h=3cb86fda45c5a01f991840cd5b8c0f567da1732f;hb=853b81c6d430bd41037984ecc95fd304fd98964e;hp=6639935624dd8b917d0db83f2c71b876ce679cf7;hpb=7ead9f7382846e81c2f8efb25780014e5f8834c3;p=goodguy%2Fcinelerra.git 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);