summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_graphstatedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/cfx_graphstatedata.h')
-rw-r--r--core/fxge/cfx_graphstatedata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/cfx_graphstatedata.h b/core/fxge/cfx_graphstatedata.h
index 1afff83c1c..a907f2a922 100644
--- a/core/fxge/cfx_graphstatedata.h
+++ b/core/fxge/cfx_graphstatedata.h
@@ -10,7 +10,7 @@
#include "core/fxcrt/fx_system.h"
#include "core/fxcrt/retain_ptr.h"
-class CFX_GraphStateData : public Retainable {
+class CFX_GraphStateData final : public Retainable {
public:
enum LineCap { LineCapButt = 0, LineCapRound = 1, LineCapSquare = 2 };