diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 02:11:12 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 02:11:12 (GMT) |
commit | eff1f7f8c91cee34c584a89c5d09e401c609f93e (patch) | |
tree | 543ae3bd3587dd3a97fbaa660ad9aaceb5a3823f /src/cgalutils.cc | |
parent | 16c05eb533f94799a80f5b98c01e952e1cfe337b (diff) |
Ported printutils away from Qt
Diffstat (limited to 'src/cgalutils.cc')
-rw-r--r-- | src/cgalutils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgalutils.cc b/src/cgalutils.cc index 64782fb..e39c495 100644 --- a/src/cgalutils.cc +++ b/src/cgalutils.cc @@ -137,7 +137,7 @@ CGAL_Polyhedron *createPolyhedronFromPolySet(const PolySet &ps) P->delegate(builder); } catch (CGAL::Assertion_exception e) { - PRINTF("CGAL error in CGAL_Build_PolySet: %s", e.what()); + PRINTB("CGAL error in CGAL_Build_PolySet: %s", e.what()); delete P; P = NULL; } |