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:
@@ -2,6 +2,7 @@ SubDir OBOS_TOP src prefs time ;
|
|||||||
|
|
||||||
AddResources Time : Time.rsrc ;
|
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 ;
|
LinkSharedOSLibs Time : be root ;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class SettingsView : public BView
|
|||||||
public:
|
public:
|
||||||
SettingsView(BRect frame);
|
SettingsView(BRect frame);
|
||||||
virtual void Draw(BRect frame);
|
virtual void Draw(BRect frame);
|
||||||
void changeRTCsetting();
|
void changeRTCSetting();
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@@ -23,4 +23,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -265,7 +265,3 @@ ZoneView::setTimeZone()
|
|||||||
fSetTimeZone -> SetEnabled(false);
|
fSetTimeZone -> SetEnabled(false);
|
||||||
} //ZoneView::setTimeZone()
|
} //ZoneView::setTimeZone()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user