8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

fixed gcc warnings

This commit is contained in:
alexpeshkoff 2009-12-15 13:55:35 +00:00
parent 2753489321
commit bf75fffe70
2 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,8 @@ void RecordSource::restoreRecord(thread_db* tdbb, record_param* rpb)
}
}
RecordSource::~RecordSource() { }
// RecordStream class
// ------------------

View File

@ -74,6 +74,8 @@ namespace Jrd
virtual void saveRecords(thread_db* tdbb) = 0;
virtual void restoreRecords(thread_db* tdbb) = 0;
virtual ~RecordSource();
protected:
// Generic impure block
struct Impure