summaryrefslogtreecommitdiff
path: root/idlc/inc/astparameter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astparameter.hxx')
-rw-r--r--idlc/inc/astparameter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astparameter.hxx b/idlc/inc/astparameter.hxx
index 72fdf9425d6a..cfee3426079b 100644
--- a/idlc/inc/astparameter.hxx
+++ b/idlc/inc/astparameter.hxx
@@ -24,7 +24,7 @@
enum Direction { DIR_IN, DIR_OUT, DIR_INOUT };
-class AstParameter: public AstMember {
+class AstParameter final : public AstMember {
public:
AstParameter(
Direction direction, bool rest, AstType const * type,