mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 05:32:24 +00:00
[lldb] [Host] Sync TerminalState::Data to struct type
This commit is contained in:
parent
3fabd98e5b
commit
f8537895b9
@ -45,7 +45,7 @@ protected:
|
||||
/// This class can be used to remember the terminal state for a file
|
||||
/// descriptor and later restore that state as it originally was.
|
||||
class TerminalState {
|
||||
class Data;
|
||||
struct Data;
|
||||
|
||||
public:
|
||||
/// Construct a new instance and optionally save terminal state.
|
||||
|
Loading…
x
Reference in New Issue
Block a user