aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Model/FSTDocumentKey.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Model/FSTDocumentKey.mm')
-rw-r--r--Firestore/Source/Model/FSTDocumentKey.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Model/FSTDocumentKey.mm b/Firestore/Source/Model/FSTDocumentKey.mm
index 269748f..7425812 100644
--- a/Firestore/Source/Model/FSTDocumentKey.mm
+++ b/Firestore/Source/Model/FSTDocumentKey.mm
@@ -101,7 +101,7 @@ NS_ASSUME_NONNULL_BEGIN
return path.size() % 2 == 0;
}
-- (const firebase::firestore::model::ResourcePath &)path {
+- (const ResourcePath &)path {
return _path;
}