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 527746245bff..ae96dff602ea 100644
--- a/idlc/inc/astexpression.hxx
+++ b/idlc/inc/astexpression.hxx
@@ -24,7 +24,7 @@
#include <memory>
#include "idlc.hxx"
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
// 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;
- boost::optional<OString>
+ o3tl::optional<OString>
m_xSymbolicName;
};