git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add an option to opt-out Firebird store.
[stg.git]
/
projects
/
stargazer
/
admins_impl.h
diff --git
a/projects/stargazer/admins_impl.h
b/projects/stargazer/admins_impl.h
index 9c443a77abe771e8c557e21a87275fe49ad777cc..cfaa787b5df32e70c3d63edd0261202b94af5bc4 100644
(file)
--- a/
projects/stargazer/admins_impl.h
+++ b/
projects/stargazer/admins_impl.h
@@
-60,7
+60,7
@@
class AdminsImpl : public Admins
size_t count() const override { return m_data.size(); }
- void fmap(std::function<void (const Admin&)> callback) const
+ void fmap(std::function<void (const Admin&)> callback) const
override
{
for (const auto& admin : m_data)
callback(admin);