We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832957f commit d1c1aa0Copy full SHA for d1c1aa0
Classes/GlobalStateExplorers/DatabaseBrowser/FLEXRealmDatabaseManager.m
@@ -52,7 +52,7 @@ - (BOOL)open
52
53
NSError *error = nil;
54
id configuration = [[configurationClass alloc] init];
55
- [configuration setPath:self.path];
+ [(RLMRealmConfiguration *)configuration setPath:self.path];
56
self.realm = [realmClass realmWithConfiguration:configuration error:&error];
57
return (error == nil);
58
}
0 commit comments