bindings/cxx/classes.cpp: Fix a typo.
This commit is contained in:
parent
bb5f61105b
commit
60f6b00144
|
@ -888,7 +888,7 @@ Session::Session(shared_ptr<Context> context) :
|
|||
_context(context),
|
||||
_saving(false)
|
||||
{
|
||||
check(sr_session_new(context->structure, &_structure));
|
||||
check(sr_session_new(context->_structure, &_structure));
|
||||
_context->_session = this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue