aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/addrmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/addrmap.h b/gdb/addrmap.h
index 55dea36..ed52e3c 100644
--- a/gdb/addrmap.h
+++ b/gdb/addrmap.h
@@ -80,8 +80,8 @@ private:
struct addrmap_mutable;
/* Fixed address maps. */
-struct addrmap_fixed : public addrmap,
- public allocate_on_obstack<addrmap_fixed>
+struct addrmap_fixed final : public addrmap,
+ public allocate_on_obstack<addrmap_fixed>
{
public:
@@ -116,7 +116,7 @@ private:
/* Mutable address maps. */
-struct addrmap_mutable : public addrmap
+struct addrmap_mutable final : public addrmap
{
public: