diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-03-04 22:18:20 +0100 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2013-03-04 22:20:24 +0100 |
commit | 67942a8b68f8061f4bbeda023be9a586e636128f (patch) | |
tree | 5324d05ae9a989194c47272049c70f310d1c3d00 /basegfx/inc | |
parent | 68526e5c1e268206fd25bb429767ad5c917d01a9 (diff) |
fix build
Windows seems to be unhappy about bpixel.cxx removal.
This partially reverts 3abfdd08caf588577c349f1e2cbe8778ec228c85.
Change-Id: I3a27bafa9ead14ba19d0f00a6be086df6c468e19
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/pixel/bpixel.hxx | 3 |
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(); }; ////////////////////////////////////////////////////////////////////////// |