修复编译错误: check和gtkmm中的函数重名
This commit is contained in:
parent
624900586c
commit
99fc79735f
@ -275,3 +275,6 @@ public:
|
||||
return (Capacity - 1 - WriteIndex + ReadIndex) % Capacity;
|
||||
}
|
||||
};
|
||||
|
||||
#undef checkf
|
||||
#undef check
|
Loading…
x
Reference in New Issue
Block a user