fix prototype mismatch
This commit is contained in:
parent
bf9bd5a9f6
commit
4c3b6c2106
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ namespace fc {
|
|||
const time_point_sec& relative_to_time = fc::time_point::now(),
|
||||
const std::string& ago = " ago");
|
||||
string get_approximate_relative_time_string(const time_point& event_time,
|
||||
const time_point_sec& relative_to_time = fc::time_point::now(),
|
||||
const time_point& relative_to_time = fc::time_point::now(),
|
||||
const std::string& ago = " ago");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue