File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -859,7 +859,6 @@ dbOStream& operator<<(dbOStream& stream, const _dbBlock& block)
859859 return stream;
860860}
861861
862-
863862/* *
864863 * @brief Rebuilds the name-to-ID hash maps for hierarchical objects within
865864 * their respective modules.
@@ -877,11 +876,11 @@ dbOStream& operator<<(dbOStream& stream, const _dbBlock& block)
877876 * the object ID should be stored.
878877 */
879878template <typename T, typename T_impl>
880- static void rebuildModuleHash (_dbBlock& block,
881- dbTable<T_impl>* table ,
882- dbId<_dbModule> T_impl::*module_field ,
883- std::unordered_map<std::string, dbId<T_impl>> _dbModule ::*
884- hash_field)
879+ static void rebuildModuleHash (
880+ _dbBlock& block ,
881+ dbTable< T_impl>* table ,
882+ dbId<_dbModule> T_impl ::*module_field,
883+ std::unordered_map<std::string, dbId<T_impl>> _dbModule::* hash_field)
885884{
886885 dbSet<T> items ((dbBlock*) &block, table);
887886 for (T* obj : items) {
You can’t perform that action at this time.
0 commit comments