Skip to content

Commit e14b765

Browse files
committed
Fixed a bug where a few class forward declarations
weren't in the proper namespace. llvm-svn: 179389
1 parent ce1be11 commit e14b765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/include/lldb/Expression/DWARFExpression.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#include "lldb/Core/Error.h"
1818
#include "lldb/Core/Scalar.h"
1919

20+
namespace lldb_private {
21+
2022
class ClangExpressionVariable;
2123
class ClangExpressionVariableList;
2224

23-
namespace lldb_private {
24-
2525
class ClangExpressionDeclMap;
2626

2727
//----------------------------------------------------------------------

0 commit comments

Comments
 (0)