upgraded to xpdf-3.01pl1
[swftools.git] / pdf2swf / xpdf / Lexer.h
index 398d27c..f6ad9ce 100644 (file)
@@ -62,6 +62,9 @@ public:
   void setPos(Guint pos, int dir = 0)
     { if (!curStr.isNone()) curStr.streamSetPos(pos, dir); }
 
+  // Returns true if <c> is a whitespace character.
+  static GBool isSpace(int c);
+
 private:
 
   int getChar();