summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/pixel/bpixel.hxx
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-03-04 22:18:20 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2013-03-04 22:20:24 +0100
commit67942a8b68f8061f4bbeda023be9a586e636128f (patch)
tree5324d05ae9a989194c47272049c70f310d1c3d00 /basegfx/inc/basegfx/pixel/bpixel.hxx
parent68526e5c1e268206fd25bb429767ad5c917d01a9 (diff)
fix build
Windows seems to be unhappy about bpixel.cxx removal. This partially reverts 3abfdd08caf588577c349f1e2cbe8778ec228c85. Change-Id: I3a27bafa9ead14ba19d0f00a6be086df6c468e19
Diffstat (limited to 'basegfx/inc/basegfx/pixel/bpixel.hxx')
-rw-r--r--basegfx/inc/basegfx/pixel/bpixel.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basegfx/inc/basegfx/pixel/bpixel.hxx b/basegfx/inc/basegfx/pixel/bpixel.hxx
index 09f0feaa808a..a2c59101fa78 100644
--- a/basegfx/inc/basegfx/pixel/bpixel.hxx
+++ b/basegfx/inc/basegfx/pixel/bpixel.hxx
@@ -125,6 +125,9 @@ namespace basegfx
{
return (rPixel.maPixelUnion.maCombinedRGBO.mnValue != maPixelUnion.maCombinedRGBO.mnValue);
}
+
+ // empty element
+ static const BPixel& getEmptyBPixel();
};
//////////////////////////////////////////////////////////////////////////