mirror of
https://github.com/anope/anope.git
synced 2026-07-05 23:33:12 +02:00
Get rid of the using statement for Configuration::Uplink.
This breaks unity builds.
This commit is contained in:
+1
-2
@@ -26,7 +26,6 @@
|
||||
using Configuration::File;
|
||||
using Configuration::Conf;
|
||||
using Configuration::Block;
|
||||
using Configuration::Uplink;
|
||||
|
||||
File ServicesConf("anope.conf", false); // Configuration file name
|
||||
Conf *Config = NULL;
|
||||
@@ -625,7 +624,7 @@ void Conf::Post(Conf *old)
|
||||
}
|
||||
}
|
||||
|
||||
Anope::string Uplink::str() const
|
||||
Anope::string Configuration::Uplink::str() const
|
||||
{
|
||||
switch (protocol)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user