From ed1aa75a5df2c820e5ca608be669e3d8823aa3e4 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 21 May 2003 20:20:56 +0000 Subject: [PATCH] Fixed the build (missing sources in Jamfile and typo in SettingsView.h) and warnings. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3287 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/prefs/time/Jamfile | 3 ++- src/prefs/time/SettingsView.h | 4 ++-- src/prefs/time/ZoneView.cpp | 4 ---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/prefs/time/Jamfile b/src/prefs/time/Jamfile index 37059779b6..fe9a70d6b3 100644 --- a/src/prefs/time/Jamfile +++ b/src/prefs/time/Jamfile @@ -2,6 +2,7 @@ SubDir OBOS_TOP src prefs time ; AddResources Time : Time.rsrc ; -Preference Time : Time.cpp TimeSettings.cpp TimeView.cpp TimeWindow.cpp ; +Preference Time : SettingsView.cpp Time.cpp TimeSettings.cpp TimeView.cpp + TimeWindow.cpp ZoneView.cpp ; LinkSharedOSLibs Time : be root ; diff --git a/src/prefs/time/SettingsView.h b/src/prefs/time/SettingsView.h index 6cfb403d1e..743ee0e2ef 100644 --- a/src/prefs/time/SettingsView.h +++ b/src/prefs/time/SettingsView.h @@ -15,7 +15,7 @@ class SettingsView : public BView public: SettingsView(BRect frame); virtual void Draw(BRect frame); - void changeRTCsetting(); + void changeRTCSetting(); private: @@ -23,4 +23,4 @@ private: }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/time/ZoneView.cpp b/src/prefs/time/ZoneView.cpp index aaf0a12de6..2f5b3b1716 100644 --- a/src/prefs/time/ZoneView.cpp +++ b/src/prefs/time/ZoneView.cpp @@ -265,7 +265,3 @@ ZoneView::setTimeZone() fSetTimeZone -> SetEnabled(false); } //ZoneView::setTimeZone() - - - - \ No newline at end of file