summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-14 12:01:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-14 22:06:05 +0200
commit2d616d49a0108d06fb972442e15589db9da1681d (patch)
treee241c9f7d708948a7673127c8a0b15824e34ed19 /include
parenta1555567bf564c4b3cca2dd54b768be9460dec2f (diff)
gtk4: clear parent widget can-focus of False if child has can-focus of true
Change-Id: I44e069f65ca52897f1ca97ab77644cda1a6cea2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115604 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 153d52887d7a..8c276e40e32a 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -442,7 +442,7 @@ inline T* VclBuilder::get(const OString& sID)
/*
* @return true if rValue is "True", "true", "1", etc.
*/
-bool toBool(std::u16string_view rValue);
+VCL_DLLPUBLIC bool toBool(std::u16string_view rValue);
#endif