mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-01 14:32:20 +00:00
Fix clang compile
This commit is contained in:
parent
94bd6fc301
commit
3fe824e208
@ -1613,7 +1613,8 @@ template<typename TVisitor>
|
||||
void Reflect(TVisitor& visitor, Out_ShowLogMessage& value) {
|
||||
REFLECT_MEMBER_START();
|
||||
REFLECT_MEMBER(jsonrpc);
|
||||
REFLECT_MEMBER2("method", value.method());
|
||||
std::string method = value.method();
|
||||
REFLECT_MEMBER2("method", method);
|
||||
REFLECT_MEMBER(params);
|
||||
REFLECT_MEMBER_END();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user