Wasn't streaming in GameConfig or GameObject;

Fix a compile error in FlexGameConfigurator


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@35 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-08-07 23:23:39 +00:00
parent c5b4139c01
commit 92ce73208a
3 changed files with 54 additions and 1 deletions
@@ -19,7 +19,7 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
package com.threerings.parlor.game.client;
package com.threerings.parlor.game.client {
import mx.core.Container;
import mx.core.UIComponent;
@@ -75,3 +75,4 @@ public /*abstract*/ class FlexGameConfigurator extends GameConfigurator
/** The grid on which the config options are placed. */
protected var _grid :Grid = new Grid();
}
}