From aae134f69275e4f71ec70d893cdfd0b5839fef8e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Oct 2009 19:01:55 -0400 Subject: Fixed a display issue with the balance report --- src/flags.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/flags.h') diff --git a/src/flags.h b/src/flags.h index fb51a3e6..21607fc2 100644 --- a/src/flags.h +++ b/src/flags.h @@ -75,6 +75,11 @@ public: TRACE_DTOR(supports_flags); } + supports_flags& operator=(const supports_flags& other) { + _flags = other._flags; + return *this; + } + flags_t flags() const { return _flags; } -- cgit v1.2.3