Merge pull request #452 from redboltz/fix_pack_comment

Fixed pack comment.
This commit is contained in:
Takatoshi Kondo 2016-03-27 14:35:09 +09:00
commit d6ef2bc91d

View File

@ -34,7 +34,7 @@ public:
/// Constructor /// Constructor
/** /**
* This constructor is left for compatibility. * 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. * @param s A pointer to packing destination stream object.
*/ */