diff options
Diffstat (limited to 'gdbserver/win32-low.h')
-rw-r--r-- | gdbserver/win32-low.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/win32-low.h b/gdbserver/win32-low.h index d4c7cae..9d2f0b4 100644 --- a/gdbserver/win32-low.h +++ b/gdbserver/win32-low.h @@ -103,7 +103,7 @@ extern struct win32_target_ops the_low_target; /* Target ops definitions for a Win32 target. */ -class win32_process_target : public process_target +class win32_process_target : public process_stratum_target { public: |