Skip to content

Commit 2041171

Browse files
Fix: Remove SWIG_STORAGE_EXPORT from ListResult class
This commit removes the SWIG_STORAGE_EXPORT macro from the ListResult class declaration in storage/src/include/firebase/storage/list_result.h, as per code review feedback. This change likely relates to managing symbol visibility or discontinuing SWIG processing for this specific class.
1 parent 57ab90b commit 2041171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class StorageReference; // Forward declaration
2626
/// This class provides access to the items (files) and prefixes (directories)
2727
/// found under a given StorageReference, as well as a page token for pagination
2828
/// if the results are not complete.
29-
class SWIG_STORAGE_EXPORT ListResult {
29+
class ListResult {
3030
public:
3131
/// @brief Default constructor. Creates an empty and invalid ListResult.
3232
///

0 commit comments

Comments
 (0)