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:
parent
2753489321
commit
bf75fffe70
@ -170,6 +170,8 @@ void RecordSource::restoreRecord(thread_db* tdbb, record_param* rpb)
|
||||
}
|
||||
}
|
||||
|
||||
RecordSource::~RecordSource() { }
|
||||
|
||||
|
||||
// RecordStream class
|
||||
// ------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user