aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/util
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-06-16 10:59:46 -0700
committerGravatar Yang Gao <yangg@google.com>2015-06-16 10:59:46 -0700
commitc1a2c314fb45dafe73b01db23944503cf8961330 (patch)
treed4530702a7f059602e44c7c681c2a2a916af725b /src/cpp/util
parentc1c697a89773558b31c63211bed7ef7a19759bce (diff)
Update the Status API
Diffstat (limited to 'src/cpp/util')
-rw-r--r--src/cpp/util/status.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/util/status.cc b/src/cpp/util/status.cc
index b694a513e7..5bb9eda3d9 100644
--- a/src/cpp/util/status.cc
+++ b/src/cpp/util/status.cc
@@ -36,6 +36,6 @@
namespace grpc {
const Status& Status::OK = Status();
-const Status& Status::Cancelled = Status(StatusCode::CANCELLED);
+const Status& Status::CANCELLED = Status(StatusCode::CANCELLED, "");
} // namespace grpc