From f8537895b9a63caec31a02b90b82fb367b852ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 1 Oct 2021 20:33:29 +0200 Subject: [PATCH] [lldb] [Host] Sync TerminalState::Data to struct type --- lldb/include/lldb/Host/Terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Host/Terminal.h b/lldb/include/lldb/Host/Terminal.h index 081a427fdb50..ba70acf720d2 100644 --- a/lldb/include/lldb/Host/Terminal.h +++ b/lldb/include/lldb/Host/Terminal.h @@ -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.