From 046da7da9bf57ac9254f76fd1c43eadf1673cdf5 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 16 Jul 2014 12:30:05 +0200 Subject: Move typedef ClassVector to ServerConfig::ClassVector --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index f3b1f8b74..8615388d5 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -227,6 +227,10 @@ class CoreExport ServerConfig std::string PrependModule(const std::string& fn) const { return FileSystem::ExpandPath(Module, fn); } }; + /** Holds a complete list of all connect blocks + */ + typedef std::vector > ClassVector; + /** Get a configuration tag * @param tag The name of the tag to get */ -- cgit v1.2.3