diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:53:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:53:01 +0000 |
| commit | ead246455adf1a215ec2715dad6533073a6beb4e (patch) | |
| tree | f3f97a47d77053bf96fe74cdbd6fae74380e8a92 /source/API/SBBreakpointOptionCommon.cpp | |
| parent | fdb00c4408990a0a63ef7f496d809ce59f263bc5 (diff) | |
Diffstat (limited to 'source/API/SBBreakpointOptionCommon.cpp')
| -rw-r--r-- | source/API/SBBreakpointOptionCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/API/SBBreakpointOptionCommon.cpp b/source/API/SBBreakpointOptionCommon.cpp index 058b3e0398cd..870b4b941ada 100644 --- a/source/API/SBBreakpointOptionCommon.cpp +++ b/source/API/SBBreakpointOptionCommon.cpp @@ -41,7 +41,7 @@ using namespace lldb_private; SBBreakpointCallbackBaton::SBBreakpointCallbackBaton(SBBreakpointHitCallback callback, void *baton) - : TypedBaton(llvm::make_unique<CallbackData>()) { + : TypedBaton(std::make_unique<CallbackData>()) { getItem()->callback = callback; getItem()->callback_baton = baton; } |
