FreeBSD Bugzilla – Attachment 212463 Details for
Bug 244850
editors/libreoffice fails to build on 13-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for vcl/inc/unx/saltype.h
patch-vcl_inc_unx_saltype.h (text/plain), 711 bytes, created by
Trond Endrestøl
on 2020-03-17 17:34:33 UTC
(
hide
)
Description:
Patch for vcl/inc/unx/saltype.h
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2020-03-17 17:34:33 UTC
Size:
711 bytes
patch
obsolete
>--- vcl/inc/unx/saltype.h 2019-12-05 20:59:23.000000000 +0100 >+++ vcl/inc/unx/saltype.h 2020-03-17 18:23:05.585171000 +0100 >@@ -18,8 +18,8 @@ > public: > explicit SalX11Screen(unsigned int nXScreen) : mnXScreen( nXScreen ) {} > unsigned int getXScreen() const { return mnXScreen; } >- bool operator==(const SalX11Screen &rOther) { return rOther.mnXScreen == mnXScreen; } >- bool operator!=(const SalX11Screen &rOther) { return rOther.mnXScreen != mnXScreen; } >+ bool operator==(const SalX11Screen &rOther) const { return rOther.mnXScreen == mnXScreen; } >+ bool operator!=(const SalX11Screen &rOther) const { return rOther.mnXScreen != mnXScreen; } > }; > > #endif // INCLUDED_VCL_INC_UNX_SALTYPE_H
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244850
: 212463 |
212467
|
212469
|
212470
|
212473
|
212474
|
212479
|
212481