Replaces StringPairArray with Section in Config.

This commit is contained in:
seelabs
2015-03-06 15:32:20 -08:00
committed by Tom Ritchford
parent 8f88d915ba
commit 6b9e842ddd
28 changed files with 165 additions and 281 deletions

View File

@@ -111,7 +111,7 @@ public:
std::unique_ptr <Backend>
createInstance (
size_t,
Parameters const&,
Section const&,
Scheduler&, beast::Journal)
{
return std::make_unique <NullBackend> ();