Skip to content

Commit e105efc

Browse files
JohanMabillemcbarton
authored andcommitted
Fixed default mime_bundle_repr
1 parent 6117076 commit e105efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xcpp/xmime.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace xcpp
4040
template <class T>
4141
nl::json mime_bundle_repr(const T& value)
4242
{
43-
return detail::mime_bundle_repr_via_sstream(&value);
43+
return detail::mime_bundle_repr_via_sstream(value);
4444
}
4545
}
4646

0 commit comments

Comments
 (0)