From 0db00141789c665df05ebebe0cf5afa8cb5df60e Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 11 Dec 2006 01:45:50 +0000 Subject: [PATCH] fix compile --- src/extension/script/InkscapeBinding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/script/InkscapeBinding.cpp b/src/extension/script/InkscapeBinding.cpp index 51c4c279f..e29fcecf4 100644 --- a/src/extension/script/InkscapeBinding.cpp +++ b/src/extension/script/InkscapeBinding.cpp @@ -47,7 +47,7 @@ DocumentImpl::~DocumentImpl() void DocumentImpl::hello() { - printf("######## HELLO, WORLD! #######\n"); + //printf("######## HELLO, WORLD! #######\n"); } -- 2.39.5