fixes for errs in nested edl rework, proxy popup delete
[goodguy/history.git] / cinelerra-5.1 / cinelerra / signalstatus.C
index c7f75e0fb87e02381076ccb2997bd2ea6375f131..8e22161869f5a5b910519cb01459ae33da28325b 100644 (file)
@@ -1,7 +1,7 @@
 #ifdef HAVE_DVB
 
 #include "bctitle.h"
-#include "colors.h"
+#include "bccolors.h"
 #include "devicedvbinput.h"
 #include "fonts.h"
 #include "signalstatus.h"
@@ -16,12 +16,12 @@ SignalStatus::SignalStatus(BC_WindowBase *wdw, int x, int y)
        dvb_input = 0;
 
        channel_title = 0;
-       lck_x = lck_y = 0;  
-       crr_x = crr_y = 0;  
-       pwr_x = pwr_y = 0;  
-       snr_x = snr_y = 0;  
-       ber_x = ber_y = 0;  
-       unc_x = unc_y = 0;  
+       lck_x = lck_y = 0;
+       crr_x = crr_y = 0;
+       pwr_x = pwr_y = 0;
+       snr_x = snr_y = 0;
+       ber_x = ber_y = 0;
+       unc_x = unc_y = 0;
 }
 
 SignalStatus::~SignalStatus()