diff options
Diffstat (limited to 'include/lldb/API/SBPlatform.h')
| -rw-r--r-- | include/lldb/API/SBPlatform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/API/SBPlatform.h b/include/lldb/API/SBPlatform.h index 42b2d0492895..db4a754103ca 100644 --- a/include/lldb/API/SBPlatform.h +++ b/include/lldb/API/SBPlatform.h @@ -21,7 +21,7 @@ namespace lldb { class SBLaunchInfo; - class SBPlatformConnectOptions + class LLDB_API SBPlatformConnectOptions { public: SBPlatformConnectOptions (const char *url); @@ -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: |
