]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alieve_main/alieve_main.cxx
Event Server can now run without GUI.
[u/mrichter/AliRoot.git] / EVE / alieve_main / alieve_main.cxx
index 6b7a668d394b0b7f9ff12ac52515f8fe9a01769a..868e487af345681ac97abad5ab12d0d4dbf8e387 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
 
     // make sure logger is instantiated
     AliLog::GetRootLogger();
-    TRint  *app = new TRint("App", &argc, argv);
+    TApplication  *app = new TRint("App", &argc, argv);
 
 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,25,4) || defined XXX_LATEST_ROOT
     // Waiting for update by Pawel. Now GED in ROOT is better again :)