diff options
| author | Oleksiy Vyalov <ovyalov@google.com> | 2015-05-12 02:04:26 +0000 |
|---|---|---|
| committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-05-12 02:04:26 +0000 |
| commit | 5e30f0e02d55e759f3b31ea41726d37d2eb53301 (patch) | |
| tree | f39bba7e5edd02d6336192920b4c6b4b23b753b6 | |
| parent | d8c54724a8ebbccec0adb9fc88325b298b1add0c (diff) | |
| download | bcm5719-llvm-5e30f0e02d55e759f3b31ea41726d37d2eb53301.tar.gz bcm5719-llvm-5e30f0e02d55e759f3b31ea41726d37d2eb53301.zip | |
Apply LLDB_API modifier to SBPlatform and SBPlatformShellCommand.
llvm-svn: 237084
| -rw-r--r-- | lldb/include/lldb/API/SBPlatform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/API/SBPlatform.h b/lldb/include/lldb/API/SBPlatform.h index 577fbe6aced..db4a754103c 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: |

