OSDN Git Service

Fix issue #940: Replace slow (2)
[winmerge-jp/winmerge-jp.git] / Src / OptionsPanel.cpp
1 /** 
2  * @file  OptionsPanel.cpp
3  *
4  * @brief Implementation of OptionsPanel class.
5  */
6
7 #include "stdafx.h"
8 #include "OptionsMgr.h"
9 #include "OptionsPanel.h"
10
11 /**
12  * @brief Constructor.
13  */
14 OptionsPanel::OptionsPanel(COptionsMgr *optionsMgr, UINT nIDTemplate)
15  : CTrPropertyPage(nIDTemplate)
16  , m_pOptionsMgr(optionsMgr)
17 {
18 }