Ticket #405: patch.txt

File patch.txt, 0.5 kB (added by nickel4242, 16 years ago)

Patch

Line 
1Index: ViewRenderer.cfc
2===================================================================
3--- ViewRenderer.cfc    (revision 285)
4+++ ViewRenderer.cfc    (working copy)
5@@ -4,7 +4,7 @@
6   <cfreturn this />
7 </cffunction>
8 
9-<cffunction name="setModelGlue" output="false" hint="Sets the MG  instance to use.">
10+<cffunction name="setModelGlue" access="public" output="false" hint="Sets the MG  instance to use.">
11        <cfargument name="modelGlue" required="true" type="ModelGlue.gesture.ModelGlue" />
12       
13        <cfset variables._modelGlue = arguments.modelGlue />