Let's make sure these compile
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@61 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -89,7 +89,7 @@ public class EditorApp implements Runnable
|
||||
_frame = createEditorFrame();
|
||||
|
||||
// create our frame manager
|
||||
_framemgr = FrameManager.newInstance(_frame, _frame);
|
||||
_framemgr = FrameManager.newInstance(_frame);
|
||||
|
||||
// create our myriad managers, repositories, etc.
|
||||
_rmgr = new ResourceManager("rsrc");
|
||||
|
||||
@@ -76,7 +76,7 @@ public class ViewerApp
|
||||
_mesgmgr = new MessageManager("rsrc.i18n");
|
||||
|
||||
_frame = new ViewerFrame(gc);
|
||||
_framemgr = FrameManager.newInstance(_frame, _frame);
|
||||
_framemgr = FrameManager.newInstance(_frame);
|
||||
|
||||
StageContext ctx = new ContextImpl();
|
||||
_frame.init(ctx, new CharacterManager(_imgr, _crepo));
|
||||
|
||||
Reference in New Issue
Block a user