From 499a0bc5b9c7d57c227eaf16d11b14865bd066d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 16:08:42 +0300 Subject: Add missing notfinal/final to classes. --- src/gui/models/typelistmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/models/typelistmodel.h') diff --git a/src/gui/models/typelistmodel.h b/src/gui/models/typelistmodel.h index b7de67cff..2db290e70 100644 --- a/src/gui/models/typelistmodel.h +++ b/src/gui/models/typelistmodel.h @@ -27,7 +27,7 @@ /** * Server Type List Model */ -class TypeListModel : public ListModel +class TypeListModel final : public ListModel { public: TypeListModel() -- cgit v1.2.3-60-g2f50