0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd:Ⓜ️:event::refs: Add note for fwd decl. [ci skip]

This commit is contained in:
Jason Volk 2019-12-09 13:41:05 -08:00
parent 12b340c093
commit 7b3f0a1874

View file

@ -13,6 +13,9 @@
namespace ircd::m::dbs
{
//NOTE: this is a forward declaration for the reference type enumeration
//NOTE: which is defined in the dbs/ system rather than here, for now.
enum class ref :uint8_t;
}