Fixed pack comment.

This commit is contained in:
Takatoshi Kondo 2016-03-26 11:18:21 +09:00
parent 62048e1aa0
commit a3e868acb8

View File

@ -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.
*/