Skip to content

Commit

Permalink
Merge pull request #10 from tigusoft/pr-fix-warning-invalid-constr-order
Browse files Browse the repository at this point in the history
Fixed order of members in encoded_bytes
  • Loading branch information
rubendv committed Apr 25, 2016
2 parents 689428c + 576d766 commit b3aab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sodiumpp/include/sodiumpp/sodiumpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ namespace sodiumpp {
*/
class encoded_bytes {
public:
encoding enc; /** The encoding that was used */
std::string bytes; /** The encoded bytes */
encoding enc; /** The encoding that was used */
/**
* Constructor from a string of bytes that is assumed to be encoded in the specified encoding.
*/
Expand Down

0 comments on commit b3aab63

Please sign in to comment.