From fdff8a09a183220fdea1df69e08fbd45d1289b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 5 Feb 2013 00:25:57 +0100 Subject: [PATCH] Minor cleanup. * Slipped through; forgot to save. --- src/apps/drivesetup/Support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/drivesetup/Support.h b/src/apps/drivesetup/Support.h index 10b8e78644..7a633e1c0e 100644 --- a/src/apps/drivesetup/Support.h +++ b/src/apps/drivesetup/Support.h @@ -42,7 +42,7 @@ public: off_t size, uint32 minGranularity); virtual ~SizeSlider(); - virtual void SetValue(int32); + virtual void SetValue(int32 value); virtual const char* UpdateText() const; off_t Size() const;