forked from pEp.foundation/downloadclient
Avoid compilation errors about ambigouos "byte".
Not sure what exactly made that happen, but this change fixes it.master^2
parent
bb098a8c50
commit
5c5df2e7ed
|
@ -12,6 +12,7 @@
|
|||
namespace pEp {
|
||||
namespace UpdateClient {
|
||||
using namespace CryptoPP;
|
||||
using byte = CryptoPP::byte;
|
||||
|
||||
UpdateDevice::UpdateDevice(const product p)
|
||||
: _https({HTTPSDevice()}, ios::binary), _p(p),
|
||||
|
|
Loading…
Reference in New Issue