summaryrefslogtreecommitdiff
path: root/zen/process_priority.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/process_priority.cpp')
-rw-r--r--zen/process_priority.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/zen/process_priority.cpp b/zen/process_priority.cpp
index f80dd022..5aa9a0ce 100644
--- a/zen/process_priority.cpp
+++ b/zen/process_priority.cpp
@@ -18,8 +18,8 @@ PreventStandby::~PreventStandby() {}
//solution for GNOME?: http://people.gnome.org/~mccann/gnome-session/docs/gnome-session.html#org.gnome.SessionManager.Inhibit
struct ScheduleForBackgroundProcessing::Impl {};
-ScheduleForBackgroundProcessing::ScheduleForBackgroundProcessing() {};
-ScheduleForBackgroundProcessing::~ScheduleForBackgroundProcessing() {};
+ScheduleForBackgroundProcessing::ScheduleForBackgroundProcessing() {}
+ScheduleForBackgroundProcessing::~ScheduleForBackgroundProcessing() {}
/*
struct ScheduleForBackgroundProcessing
bgstack15