Fix for whitespce

This commit is contained in:
Ari Lazier 2016-06-02 22:05:17 -07:00
parent 560e725398
commit 49fd092cae
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace realm {
// everything can be done deterministically on one thread, and
// speeds up tests that don't need notifications.
bool automatic_change_notifications = true;
Config();
Config(Config&&);
Config(const Config& c);