Index: src/GenPoly/PolyMutator.h
===================================================================
--- src/GenPoly/PolyMutator.h	(revision 000b91461ad0e359270c7c905f8ef8e11e4fee0e)
+++ src/GenPoly/PolyMutator.h	(revision baf7fee060790c21c0bbe680e7fba33fe7b6b433)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Fri Aug 14 15:27:38 2015
-// Update Count     : 4
+// Last Modified On : Tue Dec 08 15:19:05 2015
+// Update Count     : 5
 //
 
@@ -51,9 +51,10 @@
 		virtual void doBeginScope() {}
 		virtual void doEndScope() {}
+		
+		static void makeTyVarMap( Type *type, TyVarMap &tyVarMap );
 	  protected:
 		void mutateStatementList( std::list< Statement* > &statements );
 		Statement* mutateStatement( Statement *stmt );
 		Expression* mutateExpression( Expression *expr );
-		static void makeTyVarMap( Type *type, TyVarMap &tyVarMap );
   
 		TyVarMap scopeTyVars;
