aboutsummaryrefslogtreecommitdiffstats
path: root/src/odr-padenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/odr-padenc.h')
-rw-r--r--src/odr-padenc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/odr-padenc.h b/src/odr-padenc.h
index 56b48f8..c493d95 100644
--- a/src/odr-padenc.h
+++ b/src/odr-padenc.h
@@ -88,8 +88,8 @@ protected:
steady_clock::time_point next_label_insertion;
size_t xpad_interval_counter;
- int EncodeSlide(bool skip_if_already_queued);
- int EncodeLabel(bool skip_if_already_queued);
+ int EncodeSlide();
+ int EncodeLabel();
static int CheckRereadFile(const std::string& type, const std::string& path);
public: