aboutsummaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-31 09:55:38 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-31 09:55:38 -0500
commit97e7d1b81965388d66ae6aca0b1c19dc87d241e7 (patch)
tree76b0e8a17fda1a7c0f887cf2cfa7ca66f41d35e5 /src/sound.cpp
parent00da2f91c90d881ec5e21064669f63172a28b15e (diff)
downloadayatana-indicator-datetime-97e7d1b81965388d66ae6aca0b1c19dc87d241e7.tar.gz
ayatana-indicator-datetime-97e7d1b81965388d66ae6aca0b1c19dc87d241e7.tar.bz2
ayatana-indicator-datetime-97e7d1b81965388d66ae6aca0b1c19dc87d241e7.zip
in sound.cpp, fix tab damage
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 7658658..d13c854 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -46,7 +46,7 @@ public:
m_loop(loop)
{
// init GST once
- static std::once_flag once;
+ static std::once_flag once;
std::call_once(once, [](){
GError* error = nullptr;
if (!gst_init_check (nullptr, nullptr, &error))