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,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <vector>
struct U2FMessage {
public:
uint32_t cid;
uint8_t cmd;
std::vector<uint8_t> data;