diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-12-24 16:22:07 -0500 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-28 15:32:39 -0500 |
| commit | 32bfa92c7137d20f2c105595831b3c8cefe40326 (patch) | |
| tree | 58915a61c31a5e2c967d866c1fc6099e21a042da /src/core/hle | |
| parent | 85a3368e6d73e84478b2a168227250769bf7168f (diff) | |
core: Add getter and setter for WebBrowserApplet frontend
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/am/applets/profile_select.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/profile_select.cpp b/src/core/hle/service/am/applets/profile_select.cpp index 4c7b45454..14e2a1fee 100644 --- a/src/core/hle/service/am/applets/profile_select.cpp +++ b/src/core/hle/service/am/applets/profile_select.cpp @@ -7,7 +7,7 @@ #include "common/assert.h" #include "common/string_util.h" #include "core/core.h" -#include "core/frontend/applets/software_keyboard.h" +#include "core/frontend/applets/profile_select.h" #include "core/hle/service/am/am.h" #include "core/hle/service/am/applets/profile_select.h" |
