Fixed a bug that was breaking optimized builds

This commit is contained in:
John Wiegley 2012-03-11 04:30:04 -05:00
parent aebf77d5b4
commit 234348f7fa

View file

@ -380,13 +380,8 @@ 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,