mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Fix warning deleting pointer to incomplete type 'Jrd::PatternMatcher' may cause undefined behavior.
This commit is contained in:
parent
10ed52a335
commit
e906427900
@ -31,9 +31,9 @@
|
||||
|
||||
#include "../include/fb_blk.h"
|
||||
#include "../common/classes/array.h"
|
||||
#include "../jrd/intl_classes.h"
|
||||
#include "../jrd/MetaName.h"
|
||||
#include "../jrd/QualifiedName.h"
|
||||
|
||||
#include "../jrd/RecordNumber.h"
|
||||
#include "../common/dsc.h"
|
||||
|
||||
@ -57,7 +57,6 @@ class ArrayField;
|
||||
class blb;
|
||||
class jrd_req;
|
||||
class jrd_tra;
|
||||
class PatternMatcher;
|
||||
|
||||
// Various structures in the impure area
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user