aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/locations.h
diff options
context:
space:
mode:
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
{