From 3cb0d3f0f84bb9ad56b5724fbef85c5ae7d14d77 Mon Sep 17 00:00:00 2001
From: brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Date: Sat, 26 May 2007 19:54:15 +0000
Subject: 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
---
 include/configreader.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
cgit v1.2.3