mail: Store mode flags by-value, not by-reference.
They are passed into the constructor by-value, and Clang warns that we are taking the reference of a temporary.
This commit is contained in:
@@ -42,7 +42,7 @@ private:
|
||||
bool fIsInbound;
|
||||
ErrorLogWindow* fErrorWindow;
|
||||
BNotification fNotification;
|
||||
uint32& fShowMode;
|
||||
uint32 fShowMode;
|
||||
|
||||
uint32 fTotalItems;
|
||||
uint32 fItemsDone;
|
||||
|
||||
Reference in New Issue
Block a user