From: brain Date: Sat, 26 May 2007 19:54:15 +0000 (+0000) Subject: Dunno why this method was static, doesnt need to be... X-Git-Tag: v2.0.23~5263 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=3cb0d3f0f84bb9ad56b5724fbef85c5ae7d14d77;p=user%2Fhenk%2Fcode%2Finspircd.git Dunno why this method was static, doesnt need to be... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7155 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/configreader.h b/include/configreader.h index d8d0a93d2..70b1bc800 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -656,7 +656,7 @@ class CoreExport ServerConfig : public Extensible bool AddIOHook(Module* iomod, InspSocket* is); bool DelIOHook(InspSocket* is); - static std::string GetFullProgDir(); + std::string GetFullProgDir(); static bool DirValid(const char* dirandfile); static char* CleanFilename(char* name); static bool FileExists(const char* file);