mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-26 18:11:30 +02:00
Merge pull request #452 from redboltz/fix_pack_comment
Fixed pack comment.
This commit is contained in:
commit
d6ef2bc91d
@ -34,7 +34,7 @@ public:
|
||||
/// Constructor
|
||||
/**
|
||||
* This constructor is left for compatibility.
|
||||
* Use `packer(Stream* s)` instead of the constructor.
|
||||
* Use `packer(Stream& s)` instead of the constructor.
|
||||
*
|
||||
* @param s A pointer to packing destination stream object.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user