Skip to content

Commit 6a176cf

Browse files
authored
Remove stray export macro on inline function definition (#1523)
1 parent 7e9e1a1 commit 6a176cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongocxx/include/mongocxx/v_noabi/mongocxx/write_concern.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class write_concern {
277277
/// @return
278278
/// Document representation of this write_concern.
279279
///
280-
MONGOCXX_ABI_EXPORT_CDECL(bsoncxx::v_noabi::document::value) to_document() const {
280+
bsoncxx::v_noabi::document::value to_document() const {
281281
return bsoncxx::v_noabi::from_v1(_wc.to_document());
282282
}
283283

0 commit comments

Comments
 (0)