Skip to content

Commit

Permalink
PRミスのCDlgOpenFile_CommonItemDialogコンストラクタの初期化重複を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
usagisita committed Mar 21, 2021
1 parent fb761e8 commit d55fa15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sakura_core/dlg/CDlgOpenFile_CommonItemDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ enum CtrlId {
};

CDlgOpenFile_CommonItemDialog::CDlgOpenFile_CommonItemDialog()
:m_strDefaultWildCard(L"*.*") //「開く」での最初のワイルドカード(保存時の拡張子補完でも使用される)
{
m_hInstance = NULL; /* アプリケーションインスタンスのハンドル */
m_hwndParent = NULL; /* オーナーウィンドウのハンドル */
Expand Down

0 comments on commit d55fa15

Please sign in to comment.