From a3677c15e75da7dd395c5cd4e8fb38a9a3225b82 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 11 Feb 2021 08:38:02 +0100 Subject: [PATCH] Compile fix - use Utils::optional Amends f83eeb0548e2d57446bdf2a533ce75a9819a53aa Change-Id: Iad1ca06bf546405873aaf8daebbdb76b79f4c0ff Reviewed-by: hjk --- src/plugins/fakevim/fakevimhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index 5c393a714c4..c9bfa9f74e9 100644 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -2419,7 +2419,7 @@ public: // If empty, cx{motion} will store the range defined by {motion} here. // If non-empty, cx{motion} replaces the {motion} with selectText(*exchangeData) - std::optional exchangeRange; + Utils::optional exchangeRange; } g; };