From ade89730c65c7786efe0aadbc21a2adba285c3dd Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 16 Feb 2002 19:44:36 +0000 Subject: [PATCH] oops inline flag --- panda/src/text/textNode.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/text/textNode.I b/panda/src/text/textNode.I index aec448e349..496c9f56a2 100644 --- a/panda/src/text/textNode.I +++ b/panda/src/text/textNode.I @@ -1287,7 +1287,7 @@ calc_width(const wstring &line) const { // wordwrap_width (and does not break any words, if // possible). Returns the new string. //////////////////////////////////////////////////////////////////// -wstring TextNode:: +INLINE wstring TextNode:: wordwrap_to(const wstring &wtext, float wordwrap_width, bool preserve_trailing_whitespace) const { nassertr(_font != (TextFont *)NULL, wtext);