From 9f7099a77d538b3faa9295efad6da98da609dd3a Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Fri, 30 Oct 2015 10:20:51 +0100 Subject: [PATCH] Correct name of application main class When trying to build the doran_and_parberry application, one receives the following error: Export/html5/haxe/ApplicationMain.hx:267: characters 7-42 : Class not found : Main Checking the file `ApplicationMain.hx`, one sees that the class is actually called `ApplicationMain`. This change to the project file corrects the error and allows the application to be built. --- examples/doran_and_parberry/project.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/doran_and_parberry/project.xml b/examples/doran_and_parberry/project.xml index a3584a0..331b997 100644 --- a/examples/doran_and_parberry/project.xml +++ b/examples/doran_and_parberry/project.xml @@ -2,7 +2,7 @@ - + @@ -18,4 +18,4 @@ - \ No newline at end of file +