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 Nov 10, 2023
1 parent 0950d46 commit f5a20ac
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 f5a20ac

Please sign in to comment.