[lldb] [Host] Sync TerminalState::Data to struct type

This commit is contained in:
Michał Górny 2021-10-01 20:33:29 +02:00
parent 3fabd98e5b
commit f8537895b9

View file

@ -45,7 +45,7 @@ protected:
/// This class can be used to remember the terminal state for a file /// This class can be used to remember the terminal state for a file
/// descriptor and later restore that state as it originally was. /// descriptor and later restore that state as it originally was.
class TerminalState { class TerminalState {
class Data; struct Data;
public: public:
/// Construct a new instance and optionally save terminal state. /// Construct a new instance and optionally save terminal state.