Skip to content

Commit

Permalink
fixup 16da9a7
Browse files Browse the repository at this point in the history
needed to use boost::uint8_t
  • Loading branch information
cbeck88 committed Jun 19, 2014
1 parent 8aa0d99 commit a43fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.hpp
Expand Up @@ -26,7 +26,7 @@
*/
class CKey
{
const uint8_t *key_list;
const boost::uint8_t *key_list;

public:
CKey();
Expand Down

0 comments on commit a43fbf7

Please sign in to comment.