Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision f28a53ae77ea9022223845a27da5cf0c3fc5293a)
+++ src/Parser/ParseNode.h	(revision 08002846b6cd91cd50b205eda7fb5fbe77aa0327)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:28:16 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Wed Aug 12 13:27:11 2015
-// Update Count     : 172
+// Last Modified On : Wed Aug 19 15:59:27 2015
+// Update Count     : 174
 //
 
@@ -180,5 +180,6 @@
 				Assign, MulAssn, DivAssn, ModAssn, PlusAssn, MinusAssn, LSAssn, RSAssn, AndAssn, 
 				ERAssn, OrAssn, Index, FieldSel, PFieldSel, Range,
-				UnPlus, UnMinus, AddressOf, PointTo, Neg, BitNeg, Incr, IncrPost, Decr, DecrPost, LabelAddress
+				UnPlus, UnMinus, AddressOf, PointTo, Neg, BitNeg, Incr, IncrPost, Decr, DecrPost, LabelAddress,
+				Ctor, Dtor,
 	};
 
