ear: Inheriting from Application instead of GuiApplication
authorJerome St-Louis <jerome@ecere.com>
Mon, 19 Nov 2012 12:33:05 +0000 (07:33 -0500)
committerJerome St-Louis <jerome@ecere.com>
Mon, 19 Nov 2012 12:33:05 +0000 (07:33 -0500)
- ear had no reason to inherit from GuiApplication

ear/cmd/ear.ec

index 802e996..eb92e7a 100644 (file)
@@ -388,7 +388,7 @@ static void MoveFileInArchive(Archive* archive, char * sourcePath, char * output
 
 static bool quiet;
 
-class EARApp : GuiApplication
+class EARApp : Application
 {
    void Main()
    {