summaryrefslogtreecommitdiff
path: root/idlc/inc/astexpression.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astexpression.hxx')
-rw-r--r--idlc/inc/astexpression.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/astexpression.hxx b/idlc/inc/astexpression.hxx
index b146e9c85a07..05d20baa51cd 100644
--- a/idlc/inc/astexpression.hxx
+++ b/idlc/inc/astexpression.hxx
@@ -24,7 +24,7 @@
#include <memory>
#include "idlc.hxx"
-#include <o3tl/optional.hxx>
+#include <optional>
// Enum to define all the different operators to combine expressions
enum class ExprComb
@@ -130,7 +130,7 @@ private:
m_subExpr2;
std::unique_ptr<AstExprValue>
m_exprValue;
- o3tl::optional<OString>
+ std::optional<OString>
m_xSymbolicName;
};