Compile fix - use Utils::optional

Amends f83eeb0548

Change-Id: Iad1ca06bf546405873aaf8daebbdb76b79f4c0ff
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2021-02-11 08:38:02 +01:00
parent f83eeb0548
commit a3677c15e7

View File

@@ -2419,7 +2419,7 @@ public:
// If empty, cx{motion} will store the range defined by {motion} here. // If empty, cx{motion} will store the range defined by {motion} here.
// If non-empty, cx{motion} replaces the {motion} with selectText(*exchangeData) // If non-empty, cx{motion} replaces the {motion} with selectText(*exchangeData)
std::optional<Range> exchangeRange; Utils::optional<Range> exchangeRange;
} g; } g;
}; };