diff options
Diffstat (limited to 'include/lldb/API/SBCommandReturnObject.h')
-rw-r--r-- | include/lldb/API/SBCommandReturnObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/API/SBCommandReturnObject.h b/include/lldb/API/SBCommandReturnObject.h index f2d2748..c51d6bc 100644 --- a/include/lldb/API/SBCommandReturnObject.h +++ b/include/lldb/API/SBCommandReturnObject.h @@ -16,7 +16,7 @@ namespace lldb { -class SBCommandReturnObject +class LLDB_API SBCommandReturnObject { public: |