]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/wxbtableparser.h
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / wx-console / wxbtableparser.h
index e7dc80b77336b5c2c078ea4c4369a402e31f464c..1e2b8cb208479c1a9ea4c01bfd7c820ca57186dc 100644 (file)
@@ -11,6 +11,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
@@ -49,8 +50,8 @@
 
 #include <wx/dynarray.h>
 
-/* 
- * Allow the use of Object Array (auto-deletion, object returned as themselves 
+/*
+ * Allow the use of Object Array (auto-deletion, object returned as themselves
  * and not as pointers)
  */
 class wxbArrayString: public wxArrayString, public wxObject {
@@ -70,7 +71,7 @@ WX_DECLARE_OBJARRAY( wxbArrayString, wxbTable );
 class wxbTableParser: public wxbTable, public wxbDataParser
 {
    public:
-      wxbTableParser();
+      wxbTableParser(bool header = true);
       virtual ~wxbTableParser();
 
       /*
@@ -100,4 +101,3 @@ class wxbTableParser: public wxbTable, public wxbDataParser
 };
 
 #endif // WXBTABLEPARSER_H
-