diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-03 23:59:06 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-03 23:59:06 (GMT) |
commit | 3d204ad27be09a368f2da62cb5c930c6b7edbf55 (patch) | |
tree | 49f9e3f57c6dee87a7422ed6f519e88d3941c127 /src/mainwin.cc | |
parent | 781dab0493b62c368b948b0d7ce1be714c36f3a2 (diff) |
Filename case fix
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 30738d2..c112d55 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -84,7 +84,7 @@ using namespace boost::lambda; #include "CGALEvaluator.h" #include "PolySetCGALEvaluator.h" -#include "cgalrenderer.h" +#include "CGALRenderer.h" #include "CGAL_Nef_polyhedron.h" #include "cgal.h" |