aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index baf74437dc..598eaaf6be 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -114,8 +114,8 @@ using IBackendUniquePtr = std::unique_ptr<IBackend, void(*)(IBackend* backend)>;
class IDeviceSpec
{
protected:
- IDeviceSpec() {};
- virtual ~IDeviceSpec() {};
+ IDeviceSpec() {}
+ virtual ~IDeviceSpec() {}
};
/// Type of identifiers for bindable layers (inputs, outputs).