Renamed refresh to refreshView to avoid base class overrides
This commit is contained in:
@@ -183,14 +183,14 @@ UserView::UserView(Wt::WContainerWidget* parent)
|
||||
{
|
||||
wApp->internalPathChanged().connect(std::bind([=]
|
||||
{
|
||||
refresh();
|
||||
refreshView();
|
||||
}));
|
||||
|
||||
refresh();
|
||||
refreshView();
|
||||
}
|
||||
|
||||
void
|
||||
UserView::refresh()
|
||||
UserView::refreshView()
|
||||
{
|
||||
if (!wApp->internalPathMatches("/admin/user"))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user