Merge pull request #155 from bitshares/nathanhourt-fix-logger-warnings
Fix warnings (ref bitshares/bitshares-core#1584)
This commit is contained in:
commit
7954c4a9c0
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ namespace fc {
|
|||
return register_appender( type, appender_factory::ptr( new detail::appender_factory_impl<T>() ) );
|
||||
}
|
||||
|
||||
virtual ~appender() = default;
|
||||
static appender::ptr create( const std::string& name, const std::string& type, const variant& args );
|
||||
static appender::ptr get( const std::string& name );
|
||||
static bool register_appender( const std::string& type, const appender_factory::ptr& f );
|
||||
|
|
|
|||
Loading…
Reference in a new issue