summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2010-05-05 19:06:07 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2010-05-05 19:06:07 +0000
commit9a76c8034cadc11b1528be8727f25693f823fb21 (patch)
treee6c81952013d82986e4d597a23c018b2abc912da /src/expr/expr_template.h
parentfec2b5751108088ff651ce6eed09bf3aa65f281e (diff)
bug fixes for types, old unit tests for types work now
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index 914d47959..ceef80292 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -56,6 +56,9 @@ protected:
public:
+ /** Copy constructor */
+ TypeCheckingException(const TypeCheckingException& t);
+
/** Destructor */
~TypeCheckingException() throw ();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback