Skip to content

Commit

Permalink
fix: fix access in RemoteDebugger
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Apr 9, 2024
1 parent 2726c38 commit 3d1f4c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CommonLibSF/include/RE/I/IRemoteDebugger.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace RE::BSScript
class StackFrame;
class __declspec(novtable) IRemoteDebugger
{
public:
~IRemoteDebugger() = delete;

virtual void SetVMRemoteDebuggerInterface(IVMRemoteDebuggerInterface* a_interface) = 0; // 00
Expand Down

0 comments on commit 3d1f4c3

Please sign in to comment.