Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/DebugShadersDlg.h')
-rw-r--r--src/mpc-hc/DebugShadersDlg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mpc-hc/DebugShadersDlg.h b/src/mpc-hc/DebugShadersDlg.h
index bd8ef5c91..ab06cc7cb 100644
--- a/src/mpc-hc/DebugShadersDlg.h
+++ b/src/mpc-hc/DebugShadersDlg.h
@@ -1,5 +1,5 @@
/*
- * (C) 2013 see Authors.txt
+ * (C) 2013-2014 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -47,8 +47,7 @@ public:
private:
enum { WM_APP_RECOMPILE_SHADER = WM_APP + 100 };
- enum class TimerOneTimeSubscriber
- {
+ enum class TimerOneTimeSubscriber {
SELECTED_SHADER_CHANGE_COOLDOWN,
};
OneTimeTimerPool<TimerOneTimeSubscriber> m_timerOneTime;