summaryrefslogtreecommitdiff
path: root/src/wx/static_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-21 21:34:50 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-28 23:49:35 +0200
commitaa498339c4b45d3026f9ddaf1c6f7dfd15c43d2d (patch)
treecbea74d2ba1540f0ecbb709acc87574381bd7655 /src/wx/static_text.h
parent90640cdb4bd2bbc68b59010fd825e387e25d5862 (diff)
Tidying.
Diffstat (limited to 'src/wx/static_text.h')
-rw-r--r--src/wx/static_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/static_text.h b/src/wx/static_text.h
index 325e1f6d8..f690815eb 100644
--- a/src/wx/static_text.h
+++ b/src/wx/static_text.h
@@ -18,9 +18,11 @@
*/
+
#include "i18n_hook.h"
#include <wx/wx.h>
+
class StaticText : public wxStaticText, public I18NHook
{
public: