diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/NitrokeyManager.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index d6b70a4..6551c1a 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -39,7 +39,7 @@ namespace nitrokey {          bool connect(const char *device_model);          bool connect();          bool disconnect(); -        bool is_connected(); +        bool is_connected() const throw() ;          DeviceModel get_connected_device_model();            void set_debug(bool state);          stick10::GetStatus::ResponsePayload get_status();  | 
