Fixing (harmless) Coverity warning.

This commit is contained in:
Robin Sommer 2015-01-17 08:07:18 -08:00
parent c67c7c6196
commit f51dc5cbb8
2 changed files with 6 additions and 1 deletions

View file

@ -48,7 +48,7 @@ public:
{ return flushing; }
protected:
FileReassembler() { }
FileReassembler();
DECLARE_SERIAL(FileReassembler);