Skip to content

Commit 38d793d

Browse files
[Storage] Fix build error by forward declaring StorageReferenceInternal
Co-authored-by: AustinBenoit <22805659+AustinBenoit@users.noreply.github.com>
1 parent a42d859 commit 38d793d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

storage/src/include/firebase/storage/list_result.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class StorageReference;
2424

2525
namespace internal {
2626
class StorageListResultInternal;
27+
class StorageReferenceInternal;
2728
} // namespace internal
2829

2930
/// @brief Represents the result of calling List on a StorageReference.

0 commit comments

Comments
 (0)