Added missing return statement.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5034 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -58,6 +58,7 @@ PrintJobPage& PrintJobPage::operator=(const PrintJobPage& copy) {
|
||||
fPicture = copy.fPicture;
|
||||
fStatus = copy.fStatus;
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
PrintJobPage::PrintJobPage(BFile* jobFile, off_t start)
|
||||
|
||||
Reference in New Issue
Block a user