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/filters/FilterApp.h')
-rw-r--r--src/filters/FilterApp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filters/FilterApp.h b/src/filters/FilterApp.h
index 4999d7053..b21360e22 100644
--- a/src/filters/FilterApp.h
+++ b/src/filters/FilterApp.h
@@ -26,10 +26,10 @@
class CFilterApp : public CWinApp
{
public:
- CFilterApp();
+ CFilterApp();
- BOOL InitInstance();
- BOOL ExitInstance();
+ BOOL InitInstance();
+ BOOL ExitInstance();
- DECLARE_MESSAGE_MAP()
+ DECLARE_MESSAGE_MAP()
};