diff options
Diffstat (limited to 'src/wx/properties_dialog.h')
| -rw-r--r-- | src/wx/properties_dialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/properties_dialog.h b/src/wx/properties_dialog.h index aeb8927b2..fe814f7ab 100644 --- a/src/wx/properties_dialog.h +++ b/src/wx/properties_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,5 +35,7 @@ private: wxStaticText* _frames; wxStaticText* _disk; ThreadedStaticText* _encoded; + + boost::signals2::scoped_connection _encoded_connection; }; |
