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/ComPropertySheet.h')
-rw-r--r--src/mpc-hc/ComPropertySheet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mpc-hc/ComPropertySheet.h b/src/mpc-hc/ComPropertySheet.h
index 29be76cef..e4ea4ddd1 100644
--- a/src/mpc-hc/ComPropertySheet.h
+++ b/src/mpc-hc/ComPropertySheet.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2013 see Authors.txt
+ * (C) 2006-2013, 2017 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -24,7 +24,8 @@
#include "ComPropertyPage.h"
-interface IComPropertyPageDirty {
+interface IComPropertyPageDirty
+{
virtual void OnSetDirty(bool fDirty) = 0;
};