diff options
Diffstat (limited to 'static/source/unoembindhelpers/PrimaryBindings.cxx')
-rw-r--r-- | static/source/unoembindhelpers/PrimaryBindings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/source/unoembindhelpers/PrimaryBindings.cxx b/static/source/unoembindhelpers/PrimaryBindings.cxx index ab2adecad091..7cf197694cae 100644 --- a/static/source/unoembindhelpers/PrimaryBindings.cxx +++ b/static/source/unoembindhelpers/PrimaryBindings.cxx @@ -329,7 +329,7 @@ EMSCRIPTEN_BINDINGS(PrimaryBindings) .constructor(&constructAny) .function("getType", &css::uno::Any::getValueType) .function("get", +[](css::uno::Any const& self) { - switch (self.getValueType().getTypeClass()) + switch (self.getValueTypeClass()) { case css::uno::TypeClass_VOID: return emscripten::val::undefined(); |