diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-08-03 22:45:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-08-03 22:45:40 (GMT) |
commit | 00d7bb401c0732a5f1b33cd0059a643933286c5d (patch) | |
tree | 98c59f98c0e06f37af2a810b7eb20595334a6abf /src/mainwin.cc | |
parent | f78d4f74b2606f3cccff0f241b608cb021a30b9b (diff) |
fix broken build on systems that use case sensitive filenames (linux)
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 3453b1c..c63b2dd 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -40,12 +40,12 @@ #include "dxftess.h" #include "progress.h" #ifdef ENABLE_OPENCSG -#include "opencsgRenderer.h" +#include "OpenCSGRenderer.h" #endif #ifdef USE_PROGRESSWIDGET #include "ProgressWidget.h" #endif -#include "thrownTogetherRenderer.h" +#include "ThrownTogetherRenderer.h" #include <QMenu> #include <QTime> |