Skip to content

Commit 5990850

Browse files
author
walter erquinigo
committed
[LLDB][NFC] Add a missing namespace
This adds back a namespace to the value of a #define statement. This is needed to prevent collision with other types with the same name.
1 parent bbf7b9d commit 5990850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SymbolFileDWARFDebugMap;
6262
class SymbolFileDWARFDwo;
6363
class SymbolFileDWARFDwp;
6464

65-
#define DIE_IS_BEING_PARSED ((Type *)1)
65+
#define DIE_IS_BEING_PARSED ((lldb_private::Type *)1)
6666

6767
class SymbolFileDWARF : public SymbolFileCommon {
6868
/// LLVM RTTI support.

0 commit comments

Comments
 (0)