Skip to content

Commit f80cf18

Browse files
authored
Merge pull request #1470 from compnerd/1447
lldb: repair the Windows build after #1447
2 parents d709fba + d6ba427 commit f80cf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Symbol/SwiftASTContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class IRGenOptions;
4848
class NominalTypeDecl;
4949
class SearchPathOptions;
5050
class SILModule;
51-
class TBDGenOptions;
51+
struct TBDGenOptions;
5252
class VarDecl;
5353
class ModuleDecl;
5454
class SourceFile;

0 commit comments

Comments
 (0)