Skip to content

Commit

Permalink
Fix frame_msvc.ipp compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Feb 23, 2024
1 parent 27093f2 commit f783534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/stacktrace/detail/frame_msvc.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class debugging_symbols: boost::noncopyable {
}

std::lock_guard<std::mutex> guard_;
com_holder< ::IDebugSymbols> idebug_;
com_holder< ::IDebugSymbols>& idebug_;
public:
debugging_symbols() noexcept
: guard_( get_mutex_inst() )
Expand Down

0 comments on commit f783534

Please sign in to comment.