diff options
author | Adam <Adam@anope.org> | 2016-09-23 18:48:45 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-09-23 18:48:45 -0400 |
commit | 8f3a7cebf42911cd6a7bb8a2a995ca0afbbfbbc4 (patch) | |
tree | b3c50532fa4dfc174b9f121eb4b2ab591e443e09 | |
parent | 2916943316c0d3c53d347fb43abe98a374c75e36 (diff) |
Add declaration for specialization Configuration::Block::Set<Anope::string>, gcc bug #56480
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 7ca8caaf4..dccadbe79 100644 --- a/include/config.h +++ b/include/config.h @@ -77,6 +77,8 @@ namespace Configuration template<> CoreExport bool Block::Get(const Anope::string &tag, const Anope::string &def) const; template<> CoreExport unsigned int Block::Get(const Anope::string &tag, const Anope::string &def) const; + template<> void Block::Set(const Anope::string &tag, const Anope::string &value); + /** Represents a configuration file */ class File |