diff options
Diffstat (limited to 'source/API/SBBreakpointOptionCommon.h')
| -rw-r--r-- | source/API/SBBreakpointOptionCommon.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/source/API/SBBreakpointOptionCommon.h b/source/API/SBBreakpointOptionCommon.h index fe276ac636fef..52049e4e7588c 100644 --- a/source/API/SBBreakpointOptionCommon.h +++ b/source/API/SBBreakpointOptionCommon.h @@ -1,9 +1,8 @@ //===-- SBBreakpointOptionCommon.h ------------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// @@ -25,7 +24,7 @@ public: SBBreakpointCallbackBaton(SBBreakpointHitCallback callback, void *baton); - ~SBBreakpointCallbackBaton(); + ~SBBreakpointCallbackBaton() override; static bool PrivateBreakpointHitCallback(void *baton, lldb_private::StoppointCallbackContext *ctx, |
