mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-18 19:45:49 +00:00
fix compile
This commit is contained in:
parent
e86509edb0
commit
174533534d
@ -1054,7 +1054,7 @@ void RegisterId(TypedBidiMessageQueue<lsMethodId, lsBaseMessage>& t) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char** argv) {j
|
int main(int argc, char** argv) {
|
||||||
// TODO: real queue size
|
// TODO: real queue size
|
||||||
const int kQueueSize = 128;
|
const int kQueueSize = 128;
|
||||||
TypedBidiMessageQueue<lsMethodId, lsBaseMessage> t("foo", kQueueSize);
|
TypedBidiMessageQueue<lsMethodId, lsBaseMessage> t("foo", kQueueSize);
|
||||||
|
Loading…
Reference in New Issue
Block a user