summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBDebugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBDebugger.h')
-rw-r--r--include/lldb/API/SBDebugger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/API/SBDebugger.h b/include/lldb/API/SBDebugger.h
index 6e43e12f7b16..4f2c1d7f8756 100644
--- a/include/lldb/API/SBDebugger.h
+++ b/include/lldb/API/SBDebugger.h
@@ -18,7 +18,7 @@
namespace lldb {
-class SBInputReader
+class LLDB_API SBInputReader
{
public:
SBInputReader();
@@ -28,7 +28,7 @@ public:
bool IsActive() const;
};
-class SBDebugger
+class LLDB_API SBDebugger
{
public: