diff options
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 5bc16cb..badb01f 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -41,14 +41,14 @@ #include "progress.h" #ifdef ENABLE_OPENCSG #include "CSGTermEvaluator.h" -#include "opencsgRenderer.h" +#include "OpenCSGRenderer.h" #endif #ifdef USE_PROGRESSWIDGET #include "ProgressWidget.h" #endif #include "CGALEvaluator.h" #include "PolySetCGALEvaluator.h" -#include "thrownTogetherRenderer.h" +#include "ThrownTogetherRenderer.h" #include <QMenu> #include <QTime> |