From 5e30f0e02d55e759f3b31ea41726d37d2eb53301 Mon Sep 17 00:00:00 2001 From: Oleksiy Vyalov Date: Tue, 12 May 2015 02:04:26 +0000 Subject: [PATCH] Apply LLDB_API modifier to SBPlatform and SBPlatformShellCommand. llvm-svn: 237084 --- lldb/include/lldb/API/SBPlatform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/include/lldb/API/SBPlatform.h b/lldb/include/lldb/API/SBPlatform.h index 577fbe6..db4a754 100644 --- a/lldb/include/lldb/API/SBPlatform.h +++ b/lldb/include/lldb/API/SBPlatform.h @@ -59,7 +59,7 @@ namespace lldb { PlatformConnectOptions *m_opaque_ptr; }; - class SBPlatformShellCommand + class LLDB_API SBPlatformShellCommand { public: SBPlatformShellCommand (const char *shell_command); @@ -104,7 +104,7 @@ namespace lldb { PlatformShellCommand *m_opaque_ptr; }; - class SBPlatform + class LLDB_API SBPlatform { public: -- 2.7.4