diff options
Diffstat (limited to 'src/TimeInterleaver.h')
-rw-r--r-- | src/TimeInterleaver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimeInterleaver.h b/src/TimeInterleaver.h index c131d24..bc94559 100644 --- a/src/TimeInterleaver.h +++ b/src/TimeInterleaver.h @@ -43,7 +43,7 @@ protected: std::deque<std::vector<unsigned char> > d_history; public: - TimeInterleaver(size_t framesize) throw (std::invalid_argument); + TimeInterleaver(size_t framesize); virtual ~TimeInterleaver(); int process(Buffer* const dataIn, Buffer* dataOut); |