summaryrefslogtreecommitdiff
path: root/src/pso/TPlyGuildCardTag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pso/TPlyGuildCardTag.cpp')
-rw-r--r--src/pso/TPlyGuildCardTag.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pso/TPlyGuildCardTag.cpp b/src/pso/TPlyGuildCardTag.cpp
index 2626adc..021c644 100644
--- a/src/pso/TPlyGuildCardTag.cpp
+++ b/src/pso/TPlyGuildCardTag.cpp
@@ -16,6 +16,11 @@ void TPlyGuildCardTag::bswap() {
bswap_16(&m_tag.tag2);
}
+TPlyGuildCardTag &TPlyGuildCardTag::operator=(const TPlyGuildCardTag &src) {
+ _assign(src);
+ return *this;
+}
+
void TPlyGuildCardTag::assign(const TPlyGuildCardTag &src) {
_assign(src);
}