OSDN Git Service

Leave the class name as CIniOptionsMgr, but rename the filename to IniOptionsMgr.*
[winmerge-jp/winmerge-jp.git] / Src / DirFilterDlg.h
index 5913dcb..2478c46 100644 (file)
@@ -4,16 +4,9 @@
  * @brief Declaration file for DirCmpReport Dialog.
  *
  */
-// RCS ID line follows -- this is updated by CVS
-// $Id: DirFilterDlg.h 3456 2006-08-09 06:38:07Z jtuc $
+#pragma once
 
-#ifndef _DIRCMPREPORTDLG_H_
-#define _DIRCMPREPORTDLG_H_
-
-#ifndef DirReportTypes_h_included
 #include "DirReportTypes.h"
-#endif
-
 #include "SuperComboBox.h"
 
 /** 
@@ -27,7 +20,7 @@ class DirFilterDlg : public CDialog
        DECLARE_DYNAMIC(DirFilterDlg)
 
 public:
-       DirFilterDlg(CWnd* pParent = NULL);   // standard constructor
+       explicit DirFilterDlg(CWnd* pParent = NULL);   // standard constructor
 
 // Dialog Data
        enum { IDD = IDD_DIR_FILTER };
@@ -48,5 +41,3 @@ public:
        REPORT_TYPE m_nReportType; /**< Report type integer */
        BOOL m_bCopyToClipboard; /**< Do we copy report to clipboard? */
 };
-
-#endif // _DIRCMPREPORTDLG_H_