Skip to content

Commit 935f2b4

Browse files
msmileyacmorrow
authored andcommitted
minor: add export declaration to GridFileBuilder
GridFileBuilder was not being exported correctly Signed-off-by: Andrew Morrow <acm@mongodb.com>
1 parent 9b40900 commit 935f2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo/client/gridfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ namespace mongo {
215215
/**
216216
* class which allow to build GridFiles in a stream fashion way
217217
*/
218-
class GridFileBuilder {
218+
class MONGO_CLIENT_API GridFileBuilder {
219219
public:
220220
/**
221221
* @param grid - gridfs instance

0 commit comments

Comments
 (0)