diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-08 23:20:56 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-08 23:20:56 +0200 |
commit | 90940a774eab876c38d5cef981b4be5bae67a462 (patch) | |
tree | 2e60edc1719ffd53752a55a7f0444166965e90c5 /migration/migration.hpp | |
parent | e3292e1ddaa8d69eb320d2700fc582b4675cf8ce (diff) |
modernize only
Diffstat (limited to 'migration/migration.hpp')
-rw-r--r-- | migration/migration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/migration.hpp b/migration/migration.hpp index 48689fc6..42c8bead 100644 --- a/migration/migration.hpp +++ b/migration/migration.hpp @@ -33,7 +33,7 @@ namespace detail { private: static void sort_migrations(); - static void register_migration(mptr m); + static void register_migration(const mptr& m); static std::vector<mptr>& migrations(); static void eval_thunks(); |