Add missing semi-colon

This commit is contained in:
kayomn 2023-03-02 20:00:00 +00:00
parent 57d94ef8b9
commit 356aa6729b

View File

@ -523,7 +523,7 @@ export namespace coral {
* The enumerated value may be accessed through [value]. * The enumerated value may be accessed through [value].
*/ */
virtual bool enumerate() = 0; virtual bool enumerate() = 0;
} };
} }
// Input/output operations. // Input/output operations.