Index: src/SynTree/Declaration.h
===================================================================
--- src/SynTree/Declaration.h	(revision 843054c23fcb725d2486e5e42e91b3741bc523b8)
+++ src/SynTree/Declaration.h	(revision 2bae7307ef1dfd61bebd71af26300f237aa9d35f)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon May 18 08:46:25 2015
-// Update Count     : 2
+// Last Modified On : Thu May 21 23:43:43 2015
+// Update Count     : 3
 //
 
@@ -123,5 +123,5 @@
 	CompoundStmt *get_statements() const { return statements; }
 	void set_statements( CompoundStmt *newValue ) { statements = newValue; }
-//    bool get_isInline() const { return isInline; }
+    bool get_isInline() const { return isInline; }
 //    void set_isInline( bool newValue ) { isInline = newValue; }
 	std::list< std::string >& get_oldIdents() { return oldIdents; }
