parse/fwd: add a release stub method for cookie

This commit is contained in:
Danny Robson 2019-08-12 10:09:24 +10:00
parent 8437bb79f9
commit 25d98931b8

View File

@ -10,6 +10,6 @@
namespace cruft::parse {
namespace enumeration {
struct cookie {};
struct cookie { void release (void) {} };
}
}