mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d0094e951a
PR: ports/16024 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
--- src/lib/Unidraw/stencilcomp.c.org Wed Mar 25 10:18:16 1992
|
|
+++ src/lib/Unidraw/stencilcomp.c Mon Jan 3 15:30:38 2000
|
|
@@ -169,7 +169,7 @@
|
|
StencilComp* comp = (StencilComp*) GetSubject();
|
|
Bitmap* image, *mask;
|
|
comp->GetStencil()->GetOriginal(image, mask);
|
|
- char* tag = (image == mask) ? "SSten" : "FSten";
|
|
+ const char* tag = (image == mask) ? "SSten" : "FSten";
|
|
Coord w = image->Width();
|
|
Coord h = image->Height();
|
|
|