summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_log.cpp')
-rw-r--r--src/lib/netlist/devices/nld_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_log.cpp b/src/lib/netlist/devices/nld_log.cpp
index cf9ed418fe7..f12229edaa3 100644
--- a/src/lib/netlist/devices/nld_log.cpp
+++ b/src/lib/netlist/devices/nld_log.cpp
@@ -44,7 +44,7 @@ namespace netlist
NETLIB_RESETI() { m_reset = true; }
protected:
analog_input_t m_I;
- std::ofstream m_strm;
+ plib::ofstream m_strm;
plib::putf8_writer m_writer;
bool m_reset;
};