MSWSetEmulationLevel and MSWSetModernEmulationLevel are static

This commit is contained in:
Robin Dunn
2019-06-10 21:03:40 -07:00
parent 39bab48dee
commit 8b489f53d6

View File

@@ -546,7 +546,7 @@ public:
@since 3.1.3
*/
bool MSWSetEmulationLevel(wxWebViewIE_EmulationLevel level = wxWEBVIEWIE_EMU_IE11);
static bool MSWSetEmulationLevel(wxWebViewIE_EmulationLevel level = wxWEBVIEWIE_EMU_IE11);
/**
@deprecated
@@ -562,7 +562,7 @@ public:
@since 3.1.1
*/
bool MSWSetModernEmulationLevel(bool modernLevel = true);
static bool MSWSetModernEmulationLevel(bool modernLevel = true);
/**
Runs the given JavaScript code.