summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scope.h b/src/scope.h
index 31b10f6b..ea030b16 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -347,7 +347,13 @@ protected:
class call_scope_t : public context_scope_t
{
+#if defined(DEBUG_ON)
+public:
+#endif
value_t args;
+#if defined(DEBUG_ON)
+private:
+#endif
mutable void * ptr;
value_t& resolve(const std::size_t index,