diff options
Diffstat (limited to 'src/FicSource.h')
-rw-r--r-- | src/FicSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FicSource.h b/src/FicSource.h index cb1d3a8..77ac741 100644 --- a/src/FicSource.h +++ b/src/FicSource.h @@ -39,7 +39,7 @@ class FicSource : public ModInput { public: - FicSource(eti_FC &fc); + FicSource(unsigned ficf, unsigned mid); size_t getFramesize(); const std::vector<PuncturingRule>& get_rules(); |