From fe6e1686ce484cb0dd9a69f130e82f647c30016f Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 10 Sep 2025 01:30:59 +0800 Subject: xcb window reparent. --- include/cru/platform/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/platform/Exception.h') diff --git a/include/cru/platform/Exception.h b/include/cru/platform/Exception.h index 25017869..f8ed5b0c 100644 --- a/include/cru/platform/Exception.h +++ b/include/cru/platform/Exception.h @@ -14,7 +14,7 @@ class CRU_PLATFORM_API PlatformNotMatchException : public PlatformException { public: PlatformNotMatchException( std::string resource_platform, std::string target_platform, - std::optional additional_message = std::nullopt); + std::optional additional_message = std::nullopt); PlatformNotMatchException( StringView resource_platform, StringView target_platform, -- cgit v1.2.3