parse/fwd: add a release stub method for cookie
This commit is contained in:
parent
8437bb79f9
commit
25d98931b8
@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
namespace cruft::parse {
|
namespace cruft::parse {
|
||||||
namespace enumeration {
|
namespace enumeration {
|
||||||
struct cookie {};
|
struct cookie { void release (void) {} };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user