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
This commit is contained in:
Ingo Weinhold
2003-05-21 20:20:56 +00:00
parent 1eed0e99e9
commit ed1aa75a5d
3 changed files with 4 additions and 7 deletions
+2 -1
View File
@@ -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 ;
+2 -2
View File
@@ -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
#endif
-4
View File
@@ -265,7 +265,3 @@ ZoneView::setTimeZone()
fSetTimeZone -> SetEnabled(false);
} //ZoneView::setTimeZone()