mirror of https://github.com/grpc/grpc-java.git
Reorder the fields of LogHelper to be consistent with initialization order because blaze would complain about it
This commit is contained in:
parent
0ca6584d19
commit
03f3f5cd97
|
@ -9,8 +9,8 @@
|
|||
#include <google/protobuf/descriptor.h>
|
||||
|
||||
class LogHelper {
|
||||
bool abort;
|
||||
std::ostream* os;
|
||||
bool abort;
|
||||
|
||||
public:
|
||||
LogHelper(std::ostream* os, bool abort) : os(os), abort(abort) {}
|
||||
|
|
Loading…
Reference in New Issue