Skip to content

Commit

Permalink
build fix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jul 6, 2024
1 parent 2290d5f commit 4fdc7fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions explorer/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2275,6 +2275,8 @@ class Adapter : public Node::IObserver, public IAdapter {
case TotalsCol::type##_Rel: cfmt.OnName_##type##_Rel(); break;
ExplorerTotals_All(THE_MACRO)
#undef THE_MACRO
default:
break;
}
}

Expand Down Expand Up @@ -2336,6 +2338,8 @@ class Adapter : public Node::IObserver, public IAdapter {
case TotalsCol::type##_Rel: cfmt.OnData_##type##_Rel(); break;
ExplorerTotals_All(THE_MACRO)
#undef THE_MACRO
default:
break;
}
}

Expand Down

0 comments on commit 4fdc7fb

Please sign in to comment.