--- a/src/glCompiler.cc Sat Aug 22 15:37:02 2015 +0300 +++ b/src/glCompiler.cc Sat Aug 22 15:58:50 2015 +0300 @@ -247,7 +247,7 @@ // ============================================================================= // -void GLCompiler::compileDocument (LDDocumentPtr doc) +void GLCompiler::compileDocument (LDDocument* doc) { if (doc == null) return; @@ -356,7 +356,7 @@ case OBJ_Subfile: { - LDSubfilePtr ref = static_cast<LDSubfile*> (obj); + LDSubfile* ref = static_cast<LDSubfile*> (obj); auto data = ref->inlinePolygons(); for (LDPolygon& poly : data)