[haiku-commits] haiku: hrev45234 - src/apps/drivesetup

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 5 Feb 2013 00:26:41 +0100 (CET)

hrev45234 adds 1 changeset to branch 'master'
old head: 0a7975bfede13ecd4fbccf52d039099939b25eed
new head: fdff8a09a183220fdea1df69e08fbd45d1289b7c
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=fdff8a0+%5E0a7975b

----------------------------------------------------------------------------

fdff8a0: Minor cleanup.
  
  * Slipped through; forgot to save.

                                   [ Axel Dörfler <axeld@xxxxxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45234
Commit:      fdff8a09a183220fdea1df69e08fbd45d1289b7c
URL:         http://cgit.haiku-os.org/haiku/commit/?id=fdff8a0
Author:      Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
Date:        Mon Feb  4 23:25:57 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/drivesetup/Support.h | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/drivesetup/Support.h b/src/apps/drivesetup/Support.h
index 10b8e78..7a633e1 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;


Other related posts:

  • » [haiku-commits] haiku: hrev45234 - src/apps/drivesetup - axeld