From 0e0ce7571944e0a9d60294b6efdc855e6df52db8 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 22 Feb 2011 01:17:44 -0800 Subject: Finished cleanup of outdated SP_OBJECT_REPR C macro. (bzr r10067) --- src/sp-string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-string.cpp') diff --git a/src/sp-string.cpp b/src/sp-string.cpp index c116e8dd8..3512aa45a 100644 --- a/src/sp-string.cpp +++ b/src/sp-string.cpp @@ -146,7 +146,7 @@ sp_string_read_content(SPObject *object) whitespace = false; } } - if (whitespace && SP_OBJECT_REPR(object)->next() != NULL) { // can't use SPObject::getNext() when the SPObject tree is still being built + if (whitespace && object->getRepr()->next() != NULL) { // can't use SPObject::getNext() when the SPObject tree is still being built string->string += ' '; } } -- cgit v1.2.3