INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED
2006/02/14 10:53:42 cl 1.3.24.2: removed extra ';' 2005/11/28 12:46:24 cl 1.3.24.1: warning free code fixes
This commit is contained in:
parent
74b77f8258
commit
3f3b6e6056
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: mediacontrol.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-07 19:34:56 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-19 13:57:28 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -72,7 +72,7 @@ class MediaControl : public Control
|
|||
public:
|
||||
|
||||
MediaControl( Window* pParent, MediaControlStyle eControlStyle );
|
||||
~MediaControl();
|
||||
virtual ~MediaControl();
|
||||
|
||||
const Size& getMinSizePixel() const;
|
||||
|
||||
|
@ -106,7 +106,7 @@ private:
|
|||
Timer maTimer;
|
||||
MediaItem maItem;
|
||||
ToolBox maPlayToolBox;
|
||||
Slider maTimeSlider;;
|
||||
Slider maTimeSlider;
|
||||
ToolBox maMuteToolBox;
|
||||
Slider maVolumeSlider;
|
||||
ToolBox maZoomToolBox;
|
||||
|
|
Loading…
Reference in a new issue