1
0
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:
Sadie Powell
2026-04-30 13:23:06 +01:00
parent fd5e10c54c
commit f67c70e485
+1 -2
View File
@@ -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)
{