From e25776bd83f3f3659f6c69fd3b74491899547a10 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 8 Apr 2015 12:44:25 +0200 Subject: [PATCH] Whitespace cleanup only. --- headers/os/support/Referenceable.h | 1 - src/kits/interface/Slider.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/os/support/Referenceable.h b/headers/os/support/Referenceable.h index f95ee81c72..bc242f050a 100644 --- a/headers/os/support/Referenceable.h +++ b/headers/os/support/Referenceable.h @@ -60,7 +60,6 @@ public: SetTo(other.Get()); } - template BReference(const BReference& other) : diff --git a/src/kits/interface/Slider.cpp b/src/kits/interface/Slider.cpp index 1748594e16..479a81ca6e 100644 --- a/src/kits/interface/Slider.cpp +++ b/src/kits/interface/Slider.cpp @@ -1142,7 +1142,7 @@ BSlider::DrawText() view->SetHighColor(tint_color(LowColor(), B_DISABLED_LABEL_TINT)); } } else - flags = be_control_look->Flags(this); + flags = be_control_look->Flags(this); font_height fontHeight; GetFontHeight(&fontHeight);