Whoops, had a poorly named parameter.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1096 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-08 01:00:34 +00:00
parent 0bc39b6d3f
commit 9d1d294294
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
# $Id: gendobj,v 1.7 2002/02/20 23:35:42 mdb Exp $
# $Id: gendobj,v 1.8 2002/03/08 01:00:34 mdb Exp $
#
# gendobj is used to generate DObject source file definitons basded on
# abbreviated declarations. Because DObject fields all have standard
@@ -222,7 +222,7 @@ sub print_dobj_setters
* change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification.
*/
public void set$cfield (DSet value)
public void set$cfield (DSet $field)
{
this.$field = $field;
requestAttributeChange($fcode, value);