Skip to content

Commit

Permalink
fix #208
Browse files Browse the repository at this point in the history
  • Loading branch information
btighe-metropolis committed Apr 22, 2021
1 parent 9e32dd4 commit 032207f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3583,7 +3583,8 @@ class get_mod_info {
}
};

template <> class TraceResolverImpl<system_tag::windows_tag> {
template <> class TraceResolverImpl<system_tag::windows_tag>
: public TraceResolverImplBase {
public:
TraceResolverImpl() {

Expand Down

0 comments on commit 032207f

Please sign in to comment.