Skip to content

Commit

Permalink
gcc compilation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sowle committed Jan 17, 2019
1 parent 3251507 commit f5461f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/db_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ namespace db
void enumerate_subitems(callback_t callback)
{
subitems_visitor<callback_t> visitor(callback);
m_dbb.get_adapter()->visit_table(m_tid, &visitor);
super::m_dbb.get_adapter()->visit_table(super::m_tid, &visitor);
}

private:
Expand Down

0 comments on commit f5461f4

Please sign in to comment.