Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Nov 14, 2023
1 parent 97fb2b8 commit a2e743a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/realm/set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,11 @@ void Set<ObjKey>::do_clear()
m_tree->set_context_flag(false);
}

template <>
void Set<ObjKey>::migrate()
{
}

template class Set<ObjKey>;

template <>
Expand Down

0 comments on commit a2e743a

Please sign in to comment.