summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h b/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
index e2694b781f8..10e177ea636 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
@@ -19,6 +19,9 @@
class PlatformMacOSX : public PlatformDarwin
{
public:
+ PlatformMacOSX(bool is_host);
+
+ ~PlatformMacOSX() override;
//------------------------------------------------------------
// Class functions
@@ -39,14 +42,6 @@ public:
GetDescriptionStatic(bool is_host);
//------------------------------------------------------------
- // Class Methods
- //------------------------------------------------------------
- PlatformMacOSX (bool is_host);
-
- virtual
- ~PlatformMacOSX();
-
- //------------------------------------------------------------
// lldb_private::PluginInterface functions
//------------------------------------------------------------
lldb_private::ConstString
@@ -104,7 +99,6 @@ public:
private:
DISALLOW_COPY_AND_ASSIGN (PlatformMacOSX);
-
};
-#endif // liblldb_PlatformMacOSX_h_
+#endif // liblldb_PlatformMacOSX_h_
OpenPOWER on IntegriCloud