Skip to content
Snippets Groups Projects
Commit 79b9c483 authored by Adrien Béraud's avatar Adrien Béraud Committed by GitHub
Browse files

Merge pull request #161 from savoirfairelinux/yomgui1-patch-1

remove InfoHash::toCString()
parents 197aaa47 d6e86ebc
Branches
Tags
No related merge requests found
......@@ -199,10 +199,6 @@ public:
std::string toString() const;
const char* toCString() const {
return toString().c_str();
}
template <typename Packer>
void msgpack_pack(Packer& pk) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment