diff options
| author | Brian Potchik <brian@vector35.com> | 2018-10-18 18:01:06 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-10-18 18:01:06 -0400 |
| commit | f556db4ee172437ba3177e13065cb19f01cddc2f (patch) | |
| tree | 8f82b0a74c83385c54a5d99bcfe2836f8a6fe45d /type.cpp | |
| parent | 80cb1f68c83112c4d99893ad2f23bf22abdc4a6d (diff) | |
Fix qualified names in API.
Diffstat (limited to 'type.cpp')
| -rw-r--r-- | type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ string NameList::GetString() const { if (!first) { - out = m_join + name; + out += m_join + name; } else { |
