Skip to content

Commit 378c793

Browse files
committed
[lldb] Add SBTypeStaticField to SBDefines (llvm#111560)
SBTypeStaticField was missing from SBDefines, this commit adds the class there. (cherry picked from commit ababa48)
1 parent bcd2817 commit 378c793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/include/lldb/API/SBDefines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class LLDB_API SBTypeFormat;
124124
class LLDB_API SBTypeMember;
125125
class LLDB_API SBTypeMemberFunction;
126126
class LLDB_API SBTypeNameSpecifier;
127+
class LLDB_API SBTypeStaticField;
127128
class LLDB_API SBTypeSummary;
128129
class LLDB_API SBTypeSummaryOptions;
129130
class LLDB_API SBTypeSynthetic;

0 commit comments

Comments
 (0)