diff options
Diffstat (limited to 'src/gatscon/gatstotree.h')
-rw-r--r-- | src/gatscon/gatstotree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gatscon/gatstotree.h b/src/gatscon/gatstotree.h index 26fb76c..a803017 100644 --- a/src/gatscon/gatstotree.h +++ b/src/gatscon/gatstotree.h | |||
@@ -23,5 +23,6 @@ void gatsToTree( QTreeWidgetItem *p, Gats::Float *pObj ); | |||
23 | void gatsToTree( QTreeWidgetItem *p, Gats::Boolean *pObj ); | 23 | void gatsToTree( QTreeWidgetItem *p, Gats::Boolean *pObj ); |
24 | void gatsToTree( QTreeWidgetItem *p, Gats::List *pObj ); | 24 | void gatsToTree( QTreeWidgetItem *p, Gats::List *pObj ); |
25 | void gatsToTree( QTreeWidgetItem *p, Gats::Dictionary *pObj ); | 25 | void gatsToTree( QTreeWidgetItem *p, Gats::Dictionary *pObj ); |
26 | void gatsToTree( QTreeWidgetItem *p, Gats::Null *pObj ); | ||
26 | 27 | ||
27 | #endif | 28 | #endif |