[haiku-commits] haiku: hrev46535 - src/preferences/time

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 13 Dec 2013 22:31:02 +0100 (CET)

hrev46535 adds 1 changeset to branch 'master'
old head: c17e350c3b7248bf529cbe96e1be9ba920307143
new head: de1fb0e4502f8db699f16d7bd08c9ff98da59030
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=de1fb0e+%5Ec17e350

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

de1fb0e: Time prefs: Fix x86-64 build.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

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

Revision:    hrev46535
Commit:      de1fb0e4502f8db699f16d7bd08c9ff98da59030
URL:         http://cgit.haiku-os.org/haiku/commit/?id=de1fb0e
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Fri Dec 13 21:30:26 2013 UTC

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

1 file changed, 1 insertion(+), 1 deletion(-)
src/preferences/time/TimeZoneListItem.h | 2 +-

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

diff --git a/src/preferences/time/TimeZoneListItem.h 
b/src/preferences/time/TimeZoneListItem.h
index 81a553f..526c810 100644
--- a/src/preferences/time/TimeZoneListItem.h
+++ b/src/preferences/time/TimeZoneListItem.h
@@ -35,7 +35,7 @@ public:
 
                        bool                            HasTimeZone() const
                                                                        { 
return fTimeZone != NULL; };
-                       const BTimeZone&        TimeZoneListItem::TimeZone() 
const
+                       const BTimeZone&        TimeZone() const
                                                                        { 
return *fTimeZone; };
                        void                            SetTimeZone(BTimeZone* 
timeZone);
 


Other related posts: