summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-07-11 02:04:42 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-07-11 02:04:42 +0200
commit81a1817a1ca66f95442df99accf907a297194c7c (patch)
tree35e0fa4ebf96841dc3721c792fce77693c799845 /unity-shared
parentad31d68a59e18dabe45b0f2d2c9931d46477b932 (diff)
RawPixel: add default parameter set to 0
(bzr r3830.5.28)
Diffstat (limited to 'unity-shared')
-rw-r--r--unity-shared/RawPixel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/RawPixel.h b/unity-shared/RawPixel.h
index dc0668e98..f73330405 100644
--- a/unity-shared/RawPixel.h
+++ b/unity-shared/RawPixel.h
@@ -28,7 +28,7 @@ namespace unity
class RawPixel
{
public:
- RawPixel(double raw_pixel);
+ RawPixel(double raw_pixel = 0);
int CP(EMConverter::Ptr const&) const;
int CP(double scale) const;