diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-03-16 22:25:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-03-16 22:25:57 +0000 |
| commit | 1b0b9e4b951e305d47bb011fc4e198472bb3fecf (patch) | |
| tree | 715db098b0a716a0ee3d46aa060fecadcffc1766 /src/lib/encoder.h | |
| parent | c416bee48d5a5829077c844c5f2b802bf13ab4cd (diff) | |
Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure signals are disconnected in the right places.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 694c9bf1f..a4fe55874 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -114,6 +114,8 @@ private: boost::shared_ptr<Writer> _writer; Waker _waker; + + boost::signals2::scoped_connection _server_found_connection; }; #endif |
