web_browser: Make OpenPage const

This commit is contained in:
Zach Hilman 2019-03-11 19:34:23 -04:00
parent 4399df50e3
commit 663b24e0d2
4 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ DefaultWebBrowserApplet::~DefaultWebBrowserApplet() = default;
void DefaultWebBrowserApplet::OpenPage(std::string_view filename,
std::function<void()> unpack_romfs_callback,
std::function<void()> finished_callback) {
std::function<void()> finished_callback) const {
LOG_INFO(Service_AM,
"(STUBBED) called - No suitable web browser implementation found to open website page "
"at '{}'!",