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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-07-31 16:17:28 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-07-31 16:17:28 +0400
commit6c3865d2bc680096aca8f8865c85eba32bac4485 (patch)
tree0061b162cd1ffb5b8638cb1474f014794fab8996 /src/apps/mplayerc/PlayerNavigationDialog.cpp
parent6509ee9a3650856e8aa4bc92986430593b07f0c3 (diff)
* replace quoted includes with angle bracket ones for system headers
* move some includes in the beginning of the files * minor white space changes * update copyright year for files which were updated in previous commits git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3517 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerNavigationDialog.cpp')
-rw-r--r--src/apps/mplayerc/PlayerNavigationDialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/apps/mplayerc/PlayerNavigationDialog.cpp b/src/apps/mplayerc/PlayerNavigationDialog.cpp
index 4f1cea984..d227abf9c 100644
--- a/src/apps/mplayerc/PlayerNavigationDialog.cpp
+++ b/src/apps/mplayerc/PlayerNavigationDialog.cpp
@@ -22,7 +22,7 @@
#include "stdafx.h"
#include "mplayerc.h"
-#include "mainfrm.h"
+#include "MainFrm.h"
#include "PlayerNavigationDialog.h"
#include "../../DSUtil/DSUtil.h"
#include <moreuuids.h>
@@ -50,7 +50,6 @@ BOOL CPlayerNavigationDialog::Create(CWnd* pParent)
return TRUE;
}
-
void CPlayerNavigationDialog::DoDataExchange(CDataExchange* pDX)
{
__super::DoDataExchange(pDX);