diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-07-11 02:04:42 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-07-11 02:04:42 +0200 |
| commit | 81a1817a1ca66f95442df99accf907a297194c7c (patch) | |
| tree | 35e0fa4ebf96841dc3721c792fce77693c799845 /unity-shared | |
| parent | ad31d68a59e18dabe45b0f2d2c9931d46477b932 (diff) | |
RawPixel: add default parameter set to 0
(bzr r3830.5.28)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/RawPixel.h | 2 |
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; |
