git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2009-08-14 14:20:06 +00:00
parent 007e852a81
commit ce17f0d7f9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public:
BHandler* target = NULL);
virtual ~VolumeSlider();
virtual void SetValue(int32 value);
virtual void SetValue(int32 value);
};