修复编译错误: check和gtkmm中的函数重名

This commit is contained in:
Nanako 2024-05-20 20:59:40 +08:00
parent 624900586c
commit 99fc79735f

View File

@ -275,3 +275,6 @@ public:
return (Capacity - 1 - WriteIndex + ReadIndex) % Capacity;
}
};
#undef checkf
#undef check