We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f204ef commit 709d760Copy full SHA for 709d760
2 files changed
build/vcpkg/test/vcpkg-configuration.json
@@ -8,7 +8,7 @@
8
{
9
"kind": "git",
10
"repository": "https://github.com/cppfw/vcpkg-repo/",
11
- "baseline": "14f272be0ac8c79c7646b39cea6e27d3037474a8",
+ "baseline": "159d8b4234dca778e94051ab9e258bbefd57ebdc",
12
"reference": "main",
13
"packages": [
14
"myci",
src/ruisapp/glue/android/window.cxx
@@ -169,7 +169,7 @@ void native_window::set_fullscreen_internal(bool enable)
169
}
170
171
172
-void naitve_window::set_virtual_keyboard_visible(bool visible) noexcept
+void native_window::set_virtual_keyboard_visible(bool visible) noexcept
173
174
auto& glob = get_glob();
175
0 commit comments