X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fsharpen%2Fsharpenwindow.h;h=6cc217068fc651ea7edb3838bf292f9fb1a2e703;hp=b1e684c44c10e6ef52c7b2fca2a13f23af0ed716;hb=c857b2fb7965d27d86d5785fb9f1b8957a871a1a;hpb=413642aafb5e96e9c72b53312176838526fbfd97 diff --git a/cinelerra-5.1/plugins/sharpen/sharpenwindow.h b/cinelerra-5.1/plugins/sharpen/sharpenwindow.h index b1e684c4..6cc21706 100644 --- a/cinelerra-5.1/plugins/sharpen/sharpenwindow.h +++ b/cinelerra-5.1/plugins/sharpen/sharpenwindow.h @@ -26,6 +26,7 @@ #include "filexml.h" #include "mutex.h" #include "sharpen.h" +#include "theme.h" #define RESET_DEFAULT_SETTINGS 10 #define RESET_ALL 0 @@ -120,7 +121,7 @@ public: SharpenWindow *gui; }; -class SharpenSliderClr : public BC_GenericButton +class SharpenSliderClr : public BC_Button { public: SharpenSliderClr(SharpenMain *client, SharpenWindow *gui, int x, int y, int w);