summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_factory.cpp')
-rw-r--r--src/lib/netlist/nl_factory.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/netlist/nl_factory.cpp b/src/lib/netlist/nl_factory.cpp
index eca8de4d4b2..26ee33853e0 100644
--- a/src/lib/netlist/nl_factory.cpp
+++ b/src/lib/netlist/nl_factory.cpp
@@ -10,9 +10,9 @@
#include "nl_factory.h"
#include "nl_base.h"
+#include "nl_errstr.h"
#include "nl_setup.h"
#include "plib/putil.h"
-#include "nl_errstr.h"
namespace netlist { namespace factory
{
@@ -26,7 +26,7 @@ namespace netlist { namespace factory
}
protected:
NETLIB_RESETI() { }
- NETLIB_UPDATEI() { };
+ NETLIB_UPDATEI() { }
};
element_t::element_t(const pstring &name, const pstring &classname,
@@ -43,10 +43,6 @@ namespace netlist { namespace factory
{
}
- element_t::~element_t()
- {
- }
-
// ----------------------------------------------------------------------------------------
// net_device_t_base_factory
// ----------------------------------------------------------------------------------------
@@ -98,4 +94,5 @@ namespace netlist { namespace factory
}
-} }
+} // namespace factory
+ } // namespace netlist