diff generator/typesystem.h @ 4:0a29ce1ae854

CMake build script. Small fixes in examples.
author SokoL_SD
date Wed, 13 May 2009 19:01:55 +0000
parents e78566595089
children 5015aede8edd
line wrap: on
line diff
--- a/generator/typesystem.h	Wed May 13 17:34:40 2009 +0000
+++ b/generator/typesystem.h	Wed May 13 19:01:55 2009 +0000
@@ -1186,7 +1186,7 @@
     static QString globalNamespaceClassName(const TypeEntry *te);
     QString filename() const { return "typesystem.txt"; }
 
-    bool parseFile(const QString &filename, bool generate = true);
+    bool parseFile(const QString &filename, const QString &work_dir, bool generate = true);
 
 private:
     uint m_suppressWarnings : 1;