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

@@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "U2FMessage.hpp"
#include <memory>
struct U2F_CMD {
class U2F_CMD {
protected:
U2F_CMD() = default;