Skip to content

Commit c13172d

Browse files
committed
Forward declare the class in the correct namespace.
1 parent 86c95d9 commit c13172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/cling/include/cling/Interpreter/DynamicLookupLifetimeHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace clang {
1616
}
1717

1818
namespace cling {
19-
class DynamicExprInfo;
2019
class Interpreter;
2120

2221
/// \brief Contains declarations for cling's runtime.
@@ -25,6 +24,7 @@ namespace runtime {
2524
/// \brief Provides private definitions for the dynamic scopes and runtime
2625
/// bindings. These builtins should not be used for other purposes.
2726
namespace internal {
27+
class DynamicExprInfo;
2828

2929
/// \brief LifetimeHandler is used in case of initialization using address
3030
/// on the automatic store (stack) instead of EvaluateT.

0 commit comments

Comments
 (0)