diff --git a/include/boost/stacktrace/detail/frame_msvc.ipp b/include/boost/stacktrace/detail/frame_msvc.ipp index 0b57ff8..ccb34df 100644 --- a/include/boost/stacktrace/detail/frame_msvc.ipp +++ b/include/boost/stacktrace/detail/frame_msvc.ipp @@ -158,7 +158,7 @@ class debugging_symbols: boost::noncopyable { } std::lock_guard guard_; - com_holder< ::IDebugSymbols> idebug_; + com_holder< ::IDebugSymbols>& idebug_; public: debugging_symbols() noexcept : guard_( get_mutex_inst() )