Skip to content

Commit ababa48

Browse files
[lldb] Add SBTypeStaticField to SBDefines (#111560)
SBTypeStaticField was missing from SBDefines, this commit adds the class there.
1 parent 6f2ebc4 commit ababa48

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)