diff options
Diffstat (limited to 'src/lib/netlist/plib/pfmtlog.h')
-rw-r--r-- | src/lib/netlist/plib/pfmtlog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/plib/pfmtlog.h b/src/lib/netlist/plib/pfmtlog.h index 1aff9473311..603e623c103 100644 --- a/src/lib/netlist/plib/pfmtlog.h +++ b/src/lib/netlist/plib/pfmtlog.h @@ -14,7 +14,7 @@ #include "pstring.h" #include "ptypes.h" -PLIB_NAMESPACE_START() +namespace plib { template <typename T> struct ptype_treats @@ -295,7 +295,7 @@ void plog_channel<L, build_enabled>::vdowrite(const pstring &ls) const m_base->vlog(L, ls); } -PLIB_NAMESPACE_END() +} #endif /* PSTRING_H_ */ |