Index: src/SynTree/Constant.h
===================================================================
--- src/SynTree/Constant.h	(revision 3c398b6c889afd06fdf9de3208cd23fbf26275e5)
+++ src/SynTree/Constant.h	(revision 0873968cfbc06c1f1e0a8f32c364f63003d0136f)
@@ -57,5 +57,5 @@
 	virtual void accept( Visitor & v ) { v.visit( this ); }
 	virtual Constant * acceptMutator( Mutator & m ) { return m.mutate( this ); }
-	virtual void print( std::ostream & os, int indent = 0 ) const;
+	virtual void print( std::ostream & os, Indenter indent = 0 ) const;
   private:
 	Type * type;
