diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 21:05:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 21:05:25 +0100 |
| commit | cefba53fe130807e96e608ad3bbb87786b654c6e (patch) | |
| tree | d3a4eb003ec3d66289c7b045cc46cf618a54d367 /src/lib/writer.h | |
| parent | 0ec7c9d0b1f3ea58ffe17dd70bea04ad702d164b (diff) | |
Don't start thread in constructor. (Writer)
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index be1d3f69e..cec6ba527 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -97,6 +97,8 @@ public: Writer (boost::shared_ptr<const Film>, boost::weak_ptr<Job>); ~Writer (); + void start (); + bool can_fake_write (int) const; void write (Data, int, Eyes); |
