From: Alexis Laferrière Date: Thu, 5 Jun 2014 19:49:19 +0000 (-0400) Subject: lib/mnit: frame_core is not abstract X-Git-Tag: v0.6.6~40^2~9 X-Git-Url: http://nitlanguage.org?ds=sidebyside lib/mnit: frame_core is not abstract Signed-off-by: Alexis Laferrière --- diff --git a/lib/mnit/mnit_app.nit b/lib/mnit/mnit_app.nit index bc91c38..db147f7 100644 --- a/lib/mnit/mnit_app.nit +++ b/lib/mnit/mnit_app.nit @@ -53,7 +53,7 @@ redef class App # Main frame method to redef # Is called between readying display and flipping it - fun frame_core( display: D ) is abstract + fun frame_core( display: D ) do end # Receive and deal with all inputs fun input( event: InputEvent ): Bool