mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.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 Sun Jan 23 19:28:28 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();
|
|
|