diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-30 01:32:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-30 01:32:43 +0100 |
| commit | ccb67af328f99e55dd9e3a6c01f2128f59016b4a (patch) | |
| tree | 2a5b3ca9b00aff38c1af2d2dada158358ce3404c /src/lib/writer.h | |
| parent | 6f27d1dde8fe133e1a589c36d5bffc105437fb77 (diff) | |
Fix some cppcheck warnings.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 2a78637e5..1e4d3b6a3 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -47,6 +47,9 @@ struct QueueItem public: QueueItem () : size (0) + , reel (0) + , frame (0) + , eyes (EYES_BOTH) {} enum Type { |
