From: <wol...@us...> - 2009-06-11 07:16:02
|
Revision: 51 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=51&view=rev Author: wolfspindler Date: 2009-06-11 07:15:52 +0000 (Thu, 11 Jun 2009) Log Message: ----------- BUG: -Unplanned removal of members fixed. Modified Paths: -------------- trunk/Community/General/Sources/ML/MLBarcode/mlBarcode.h Modified: trunk/Community/General/Sources/ML/MLBarcode/mlBarcode.h =================================================================== --- trunk/Community/General/Sources/ML/MLBarcode/mlBarcode.h 2009-06-10 15:55:49 UTC (rev 50) +++ trunk/Community/General/Sources/ML/MLBarcode/mlBarcode.h 2009-06-11 07:15:52 UTC (rev 51) @@ -85,6 +85,16 @@ //@} private: + //! Pixelvalue for background + MLint _background; + //! Pixelvalue for foreground + MLint _foreground; + + int _lockNotification; + + MLint _q, _x, _i, _ysize, _xsize; + float _ratio; + //! Pointer to a memory buffer for a code line. int* _codeline; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |