specify enum type

This commit is contained in:
2024-07-11 18:45:35 +01:00
parent 68c2022ad7
commit a05b029e9d
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
#include <stdbool.h>
#include "voicemeeterRemote.h"
enum kind
enum kind : int
{
UNKNOWN = -1,
BASIC = 1,