--- qsampler/trunk/src/qsamplerDevice.h 2005/03/10 15:48:38 442 +++ qsampler/trunk/src/qsamplerDevice.h 2005/03/10 20:45:42 447 @@ -189,7 +189,8 @@ public: // Constructor. - qsamplerDeviceParamTableSpinBox (QTable *pTable, EditType editType); + qsamplerDeviceParamTableSpinBox (QTable *pTable, EditType editType, + const QString& sText); // Public accessors. void setMinValue(int iMinValue); @@ -205,9 +206,9 @@ private: // Initial value holders. + int m_iValue; int m_iMinValue; int m_iMaxValue; - int m_iValue; };