From d2fcc311b544be51e77f71a4be76fb2fa831e0f5 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Fri, 26 Aug 2011 04:58:37 +0000 Subject: [PATCH] Squish all the field name constants into a single block, like the signals. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6697 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../resources/com/threerings/presents/tools/streamable_as.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/threerings/presents/tools/streamable_as.tmpl b/src/main/resources/com/threerings/presents/tools/streamable_as.tmpl index 216427dbe..b1c50d29e 100644 --- a/src/main/resources/com/threerings/presents/tools/streamable_as.tmpl +++ b/src/main/resources/com/threerings/presents/tools/streamable_as.tmpl @@ -42,8 +42,8 @@ public class {{classname}} {{^extends.isEmpty}}extends {{extends}} {{#pubFields}} public static const {{dobjectField}} :String = "{{name}}"; - {{/pubFields}} + {{/dobject}} {{#superclassStreamable}}override {{/superclassStreamable}}public function readObject (ins :ObjectInputStream) :void {