Fix warning where #include had different case from filename.

This commit is contained in:
sawinglogz 2019-08-04 20:22:24 -05:00
parent d6da63bf8c
commit 6831af489c

View File

@ -19,7 +19,7 @@
#include "mainwindow.h"
#include "statistics.h"
#include "CProgressBar.h"
#include "cprogressbar.h"
extern MainWindow *mainwin;