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:
authorArmada <jules.blok@gmail.com>2013-04-30 20:59:20 +0400
committerArmada <jules.blok@gmail.com>2013-04-30 20:59:20 +0400
commit88fbe1acd8a569885a22db979cdb5f916805211b (patch)
tree787b7fffc1f81e8f377abd2050b9988686807401
parent1c8ac4d9b5620fd6681de77e961d0a3eb6b58b5c (diff)
AppSettings: Change nVolumeStep and nSpeedStep to unsigned.
-rw-r--r--src/mpc-hc/AppSettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/AppSettings.h b/src/mpc-hc/AppSettings.h
index 662971d21..c40b1806d 100644
--- a/src/mpc-hc/AppSettings.h
+++ b/src/mpc-hc/AppSettings.h
@@ -420,8 +420,8 @@ public:
bool fAutoloadAudio;
bool fAutoloadSubtitles;
bool fBlockVSFilter;
- int nVolumeStep;
- int nSpeedStep;
+ UINT nVolumeStep;
+ UINT nSpeedStep;
// DVD/OGM
bool fUseDVDPath;