Fix visability issues.

This commit is contained in:
2019-09-14 09:24:03 +01:00
parent ed1add2c60
commit 1093294b61
8 changed files with 12 additions and 8 deletions

View File

@@ -22,7 +22,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <cstdint>
#include <memory>
struct U2F_Ping_CMD : U2F_CMD {
class U2F_Ping_CMD : public U2F_CMD {
protected:
std::vector<uint8_t> nonce;
public: