diff options
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index a9568be8a..1d0473fa5 100644 --- a/src/lib/decoder_part.h +++ b/src/lib/decoder_part.h @@ -35,8 +35,8 @@ public: virtual ContentTime position () const = 0; - void set_ignore () { - _ignore = true; + void set_ignore (bool i) { + _ignore = i; } bool ignore () const { |
