diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2019-10-27 21:27:04 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2019-10-27 22:55:50 -0400 |
| commit | 6d44b037731fe497a98739bfd237e430f90974aa (patch) | |
| tree | f9ef42f61ccbab8c15bcc072fea07249de7a6465 /type.cpp | |
| parent | a49e1b7d4e3d1bab73337b6d9412350f39f5ce15 (diff) | |
Eliminate most warnings on Linux
Diffstat (limited to 'type.cpp')
| -rw-r--r-- | type.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() {} |
