summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc/input_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dtc/input_buffer.cc')
-rw-r--r--usr.bin/dtc/input_buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/input_buffer.cc b/usr.bin/dtc/input_buffer.cc
index d0fa022..38b38b4 100644
--- a/usr.bin/dtc/input_buffer.cc
+++ b/usr.bin/dtc/input_buffer.cc
@@ -698,7 +698,7 @@ template<typename T>
struct divmod : public binary_operator<5, T>
{
using binary_operator<5, T>::binary_operator;
- using binary_operator_base::result;
+ using typename binary_operator_base::result;
result operator()() override
{
result r = (*binary_operator_base::rhs)();
OpenPOWER on IntegriCloud