summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuagenericstructhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuagenericstructhandler.h')
-rw-r--r--src/opcua/client/qopcuagenericstructhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcua/client/qopcuagenericstructhandler.h b/src/opcua/client/qopcuagenericstructhandler.h
index 06f2c96..419de63 100644
--- a/src/opcua/client/qopcuagenericstructhandler.h
+++ b/src/opcua/client/qopcuagenericstructhandler.h
@@ -50,7 +50,7 @@ public:
Unknown = 0,
Struct = 1,
Enum = 2,
- Other = 3
+ Other = 3,
};
Q_ENUM(DataTypeKind)