aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/locations.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-30 12:45:50 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-30 12:45:50 -0600
commitd2caa37e18191c31d866dd3042b676c135bae50d (patch)
tree603cdc81a45c1d6e5250e72954f3876b56ca24e1 /include/datetime/locations.h
parent9752ca1cd3e75e1245ebb8dcb4719503e332a352 (diff)
downloadayatana-indicator-datetime-d2caa37e18191c31d866dd3042b676c135bae50d.tar.gz
ayatana-indicator-datetime-d2caa37e18191c31d866dd3042b676c135bae50d.tar.bz2
ayatana-indicator-datetime-d2caa37e18191c31d866dd3042b676c135bae50d.zip
as per review, don't inline getters
Diffstat (limited to 'include/datetime/locations.h')
-rw-r--r--include/datetime/locations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/locations.h b/include/datetime/locations.h
index ee67615..fc776bb 100644
--- a/include/datetime/locations.h
+++ b/include/datetime/locations.h
@@ -39,9 +39,9 @@ namespace datetime {
class Location
{
public:
- const std::string& zone() const { return m_zone; }
+ const std::string& zone() const;
- const std::string& name() const { return m_name; }
+ const std::string& name() const;
bool operator== (const Location& that) const
{