diff options
Diffstat (limited to 'src/gui/textpopup.h')
-rw-r--r-- | src/gui/textpopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h index 5e425abca..faf61e311 100644 --- a/src/gui/textpopup.h +++ b/src/gui/textpopup.h @@ -38,7 +38,7 @@ namespace gcn /** * A popup that displays information about an item. */ -class TextPopup : public Popup +class TextPopup final : public Popup { public: /** |