From a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0 Mon Sep 17 00:00:00 2001 From: johnce Date: Wed, 5 Aug 2009 05:56:35 +0000 Subject: SPDocument->Document (bzr r8405) --- src/bind/javabind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bind') diff --git a/src/bind/javabind.cpp b/src/bind/javabind.cpp index aedd72e13..026486948 100644 --- a/src/bind/javabind.cpp +++ b/src/bind/javabind.cpp @@ -742,7 +742,7 @@ jboolean JNICALL documentSet(JNIEnv */*env*/, jobject /*obj*/, jlong /*ptr*/, js /* JavaBinderyImpl *bind = (JavaBinderyImpl *)ptr; String s = getString(env, jstr); - SPDocument *doc = sp_document_new_from_mem(s.c_str(), s.size(), true); + Document *doc = sp_document_new_from_mem(s.c_str(), s.size(), true); */ return JNI_TRUE; } -- cgit v1.2.3