From 7fee45255699ab5728a0b2207999a490ebbb0e6d Mon Sep 17 00:00:00 2001 From: levy Date: Wed, 23 Sep 2020 16:17:39 +0800 Subject: [PATCH] fix --- src/server/hotspot_partition_calculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/hotspot_partition_calculator.cpp b/src/server/hotspot_partition_calculator.cpp index e0618b3657..66447d9f13 100644 --- a/src/server/hotspot_partition_calculator.cpp +++ b/src/server/hotspot_partition_calculator.cpp @@ -183,7 +183,7 @@ void hotspot_partition_calculator::detect_hotkey_in_hotpartition(int data_type) const dsn::apps::hotkey_detect_action::type action) { FAIL_POINT_INJECT_F("send_hotkey_detect_request", [](dsn::string_view) {}); - auto request = std::make_unique(); + auto request = dsn::make_unique(); request->type = hotkey_type; request->action = action; ddebug_f("{} {} hotkey detection in {}.{}",