aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/timezone-geoclue.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:41:48 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:41:48 +0100
commitba692f8e3b90bccc345e241feb3378402ae7ef5d (patch)
treed99cbed11c392778406fe64c7c8cc1e7f7959507 /include/datetime/timezone-geoclue.h
parentadb447d7067f73db4040ad3119a2a52cd08879a2 (diff)
parent20dbe77b8382c53650dffa0bf78a71c43d848d5d (diff)
downloadayatana-indicator-datetime-ba692f8e3b90bccc345e241feb3378402ae7ef5d.tar.gz
ayatana-indicator-datetime-ba692f8e3b90bccc345e241feb3378402ae7ef5d.tar.bz2
ayatana-indicator-datetime-ba692f8e3b90bccc345e241feb3378402ae7ef5d.zip
Merge branch 'tari01-pr/build-with-werror'
Attributes GH PR #88: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/88
Diffstat (limited to 'include/datetime/timezone-geoclue.h')
-rw-r--r--include/datetime/timezone-geoclue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/datetime/timezone-geoclue.h b/include/datetime/timezone-geoclue.h
index 18fc159..d25d3e5 100644
--- a/include/datetime/timezone-geoclue.h
+++ b/include/datetime/timezone-geoclue.h
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2022 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,6 +16,7 @@
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#ifndef INDICATOR_DATETIME_GEOCLUE_TIMEZONE_H
@@ -36,7 +38,7 @@ public:
~GeoclueTimezone();
private:
- struct Impl;
+ class Impl;
std::unique_ptr<Impl> impl;
// we've got pointers in here, so don't allow copying