mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd:Ⓜ️:event::refs: Add note for fwd decl. [ci skip]
This commit is contained in:
parent
12b340c093
commit
7b3f0a1874
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue