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