From f8585cb5f220ae69f8a7cb01cb0a38974b309bbc Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 30 Jun 2015 10:38:29 +0300 Subject: [PATCH] Fix for compilation error --- src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.cpp index ba862725a..0479b0a4f 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.cpp @@ -98,7 +98,7 @@ bool IGESExport(const std::string& theFileName, aBrepMode = 1; #ifdef _DEBUG - std::cout << "Export IGES into file " << theFileName.ToCString() << std::endl; + std::cout << "Export IGES into file " << theFileName << std::endl; #endif // Mantis issue 0021350: check being exported shape, as some stand-alone -- 2.39.2