aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/clock.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-22 10:03:57 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-22 10:03:57 -0600
commit0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41 (patch)
tree7989797cf2e394a1b2b8e6e95b3320b72f8ee901 /include/datetime/clock.h
parent039c43dc5d0bee82c69c4ef8beee246940570096 (diff)
downloadayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.gz
ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.bz2
ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.zip
copyediting: slightly better header comments/docs
Diffstat (limited to 'include/datetime/clock.h')
-rw-r--r--include/datetime/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/clock.h b/include/datetime/clock.h
index c8e6c16..ffaf4f8 100644
--- a/include/datetime/clock.h
+++ b/include/datetime/clock.h
@@ -61,7 +61,7 @@ private:
GDBusConnection * m_system_bus = nullptr;
unsigned int m_sleep_subscription_id = 0;
- // we've got raw pointers in here, so disable copying
+ // we've got raw pointers and GSignal tags in here, so disable copying
Clock(const Clock&) =delete;
Clock& operator=(const Clock&) =delete;
};