From fd62273a87b8fe43492e4a466ea97993b88904f8 Mon Sep 17 00:00:00 2001 From: couriersud Date: Wed, 25 May 2016 20:28:58 +0200 Subject: Moved more code into plib namespace. (nw) --- src/lib/netlist/plib/pfmtlog.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/netlist/plib/pfmtlog.cpp') diff --git a/src/lib/netlist/plib/pfmtlog.cpp b/src/lib/netlist/plib/pfmtlog.cpp index d2388efad73..90e743b8125 100644 --- a/src/lib/netlist/plib/pfmtlog.cpp +++ b/src/lib/netlist/plib/pfmtlog.cpp @@ -16,6 +16,8 @@ #include "pfmtlog.h" #include "palloc.h" +PLIB_NAMESPACE_START() + pfmt::pfmt(const pstring &fmt) : m_str(m_str_buf), m_allocated(0), m_arg(0) { @@ -161,4 +163,7 @@ void pfmt::format_element(const char *f, const char *l, const char *fmt_spec, . } va_end(ap); } + +PLIB_NAMESPACE_END() + #endif -- cgit v1.2.3-70-g09d2