Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
6e16fab296
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/text/textNode.h

+ 1 - 1
panda/src/text/textNode.h

@@ -145,7 +145,7 @@ PUBLISHED:
   void print() const;
   void write(ostream &out) const;
 
-  void rebuild();
+  INLINE void rebuild();
 
   // The following functions return information about the text that
   // was last built (and is currently visible).