Merge branch 'master' of github.com:BitShares/fc
This commit is contained in:
commit
f146127706
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class login_api
|
|||
return *calc;
|
||||
}
|
||||
fc::optional<fc::api<calculator>> calc;
|
||||
std::set<std::string> test( const std::string&, const std::string& ){};
|
||||
std::set<std::string> test( const std::string&, const std::string& ) { return std::set<std::string>(); }
|
||||
};
|
||||
FC_API( login_api, (get_calc)(test) );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue