summaryrefslogtreecommitdiff
path: root/src/wx/content_sub_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-07 00:35:38 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-07 00:35:38 +0100
commit031564554ff22efa72bc36c0f058d77056aa8373 (patch)
treedd9fbe6b07b023eb2f22d4a8449dd4a298886a5e /src/wx/content_sub_panel.h
parentb33d05d31b341f75a97e662cf74e6a013edb6402 (diff)
Simplify text panel.
Diffstat (limited to 'src/wx/content_sub_panel.h')
-rw-r--r--src/wx/content_sub_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h
index bb0e937a1..7f201ff48 100644
--- a/src/wx/content_sub_panel.h
+++ b/src/wx/content_sub_panel.h
@@ -58,6 +58,7 @@ protected:
private:
void config_changed (Config::Property);
+ boost::signals2::scoped_connection _config_connection;
};
#endif