OSDN Git Service

fix for FreeBSD 11.1.
[hmh/hhml.git] / lib / app.h
index 7a3a2d7..e0b8f01 100644 (file)
--- a/lib/app.h
+++ b/lib/app.h
@@ -48,7 +48,7 @@ class  AppEnv {
 
     virtual void  readOption (int argc, char** argv, MotorEnv* env);
     virtual void  setDefault ();
-    virtual ustring  scriptName ();
+//    virtual ustring  scriptName ();
     virtual void  dump (std::ostream& out);
     virtual void  setErrorLog (const ustring& path, bool fappend = false);
 };