Skip to content

Commit

Permalink
[10984] Alow implicit copy constrictor call for fix build at some com…
Browse files Browse the repository at this point in the history
…pilers.
  • Loading branch information
VladimirMangos committed Jan 8, 2011
1 parent 5867cde commit 4f8ebec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/MassMailMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MassMailMgr
MANGOS_ASSERT(mailProto);
}

explicit MassMail(MassMail const& massmail)
MassMail(MassMail const& massmail)
: m_protoMail(const_cast<MassMail&>(massmail).m_protoMail), m_sender(massmail.m_sender)
{
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10983"
#define REVISION_NR "10984"
#endif // __REVISION_NR_H__

0 comments on commit 4f8ebec

Please sign in to comment.