diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 00:35:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-07 00:35:38 +0100 |
| commit | 031564554ff22efa72bc36c0f058d77056aa8373 (patch) | |
| tree | dd9fbe6b07b023eb2f22d4a8449dd4a298886a5e /src/wx/content_sub_panel.h | |
| parent | b33d05d31b341f75a97e662cf74e6a013edb6402 (diff) | |
Simplify text panel.
Diffstat (limited to 'src/wx/content_sub_panel.h')
| -rw-r--r-- | src/wx/content_sub_panel.h | 1 |
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 |
