================
@@ -14,7 +14,7 @@
#include "ScriptedInterface.h"
namespace lldb_private {
-class ScriptedHookInterface : public ScriptedInterface {
+class ScriptedHookInterface : virtual public ScriptedInterface {
----------------
jimingham wrote:
I'm surprised we have Classes that derive from two of these
Scripted***Interfaces. What's an example of that? Or was this just in case we
ever did that?
https://github.com/llvm/llvm-project/pull/198153
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits