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/widgets/tabs/debugwindowtabs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/debugwindowtabs.h') diff --git a/src/gui/widgets/tabs/debugwindowtabs.h b/src/gui/widgets/tabs/debugwindowtabs.h index 4230bc09a..d44fe8dc4 100644 --- a/src/gui/widgets/tabs/debugwindowtabs.h +++ b/src/gui/widgets/tabs/debugwindowtabs.h @@ -27,7 +27,7 @@ class Label; -class DebugTab : public Container +class DebugTab notfinal : public Container { friend class DebugWindow; -- cgit v1.2.3-70-g09d2