]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/table.h
check parameters after options check sothat usign -version doesn't result in an error
[wxWidgets.git] / utils / tex2rtf / src / table.h
index d2235f2394141e15aaf7c4d4ba070e0b94f603e6..5a7e5baaf24e99ab4e09648487458c58e2225f69 100644 (file)
@@ -21,7 +21,7 @@ struct ColumnData
   int spacing;        // Space between columns in twips
   bool leftBorder;
   bool rightBorder;
-  bool absWidth;      // If FALSE (the default), don't use an absolute width if you can help it.
+  bool absWidth;      // If false (the default), don't use an absolute width if you can help it.
 };
 
 extern ColumnData TableData[];
@@ -33,4 +33,4 @@ extern int noColumns;   // Current number of columns in table
 extern int ruleTop;
 extern int ruleBottom;
 extern int currentRowNumber;
-extern bool ParseTableArgument(char *value);
+extern bool ParseTableArgument(wxChar *value);