Make login_api::enable_api public
This commit is contained in:
parent
48a02d72fb
commit
adf288b4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -286,9 +286,9 @@ namespace graphene { namespace app {
|
|||
/// @brief Retrieve the debug API (if available)
|
||||
fc::api<graphene::debug_witness::debug_api> debug()const;
|
||||
|
||||
private:
|
||||
/// @brief Called to enable an API, not reflected.
|
||||
void enable_api( const string& api_name );
|
||||
private:
|
||||
|
||||
application& _app;
|
||||
optional< fc::api<database_api> > _database_api;
|
||||
|
|
|
|||
Loading…
Reference in a new issue