diff --git a/paddle/fluid/operators/detail/request_handler_impl.h b/paddle/fluid/operators/detail/request_handler_impl.h index b7cebf1a6194042b85bfdf57593b8d4e3cfd2720..689c6893cf86b4d9bc27572e5267ff6fdb1dc6d3 100644 --- a/paddle/fluid/operators/detail/request_handler_impl.h +++ b/paddle/fluid/operators/detail/request_handler_impl.h @@ -70,7 +70,7 @@ class RequestCheckpointHandler final : public RequestHandler { public: explicit RequestCheckpointHandler(bool sync_mode, int checkpoint_notify_id) : RequestHandler(sync_mode) { - this.checkpoint_notify_id = checkpoint_notify_id; + this->checkpoint_notify_id = checkpoint_notify_id; } virtual ~RequestCheckpointHandler() {} bool Handle(const std::string& varname, framework::Scope* scope,