diff options
Diffstat (limited to 'include/NKStorage_commands.h')
-rw-r--r-- | include/NKStorage_commands.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/NKStorage_commands.h b/include/NKStorage_commands.h index 5f99d28..b375617 100644 --- a/include/NKStorage_commands.h +++ b/include/NKStorage_commands.h @@ -18,8 +18,7 @@ namespace nitrokey { * STICK20 protocol command ids * a superset (almost) of STICK10 */ - - namespace stick20 { + namespace NKStorage { class ChangeAdminUserPin20Current : public PasswordCommand<CommandID::SEND_PASSWORD, PasswordKind::Admin> {}; |