mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
added missing pushback in resources
This commit is contained in:
parent
131d73cd11
commit
52b0729b31
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ std::vector<std::shared_ptr<restbed::Resource> > p3WebUI::getResources() const
|
|||
rtab.push_back(resource1);
|
||||
rtab.push_back(resource2);
|
||||
rtab.push_back(resource3);
|
||||
rtab.push_back(resource4);
|
||||
rtab.push_back(resource5);
|
||||
rtab.push_back(resource6);
|
||||
|
||||
return rtab;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue