summaryrefslogtreecommitdiff
path: root/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'type.cpp')
-rw-r--r--type.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/type.cpp b/type.cpp
index a2075103..c5835ba9 100644
--- a/type.cpp
+++ b/type.cpp
@@ -45,6 +45,10 @@ NameList::NameList(const NameList& name, const string& join): m_join(join), m_na
{
}
+NameList::NameList(const NameList& name): m_join(name.m_join), m_name(name.m_name)
+{
+}
+
NameList::~NameList()
{}