Skip to content

Commit

Permalink
Merge ef50d4a into b111c70
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata authored May 11, 2020
2 parents b111c70 + ef50d4a commit 951233c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sakura_core/outline/CDlgFuncList.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ class CDlgFuncList final : public CDialog
void SetDocLineFuncList();

void SetTreeFileSub(HTREEITEM hParent, const WCHAR* pszFile);
// 2002/11/1 frozen
// 2002/11/1 frozen
void SortTree(HWND hWndTree,HTREEITEM htiParent);//!< ツリービューの項目をソートする(ソート基準はm_nSortTypeを使用)
#if 0
2002.04.01 YAZAKI SetTreeTxt()、SetTreeTxtNest()は廃止。GetTreeTextNextはもともと使用されていなかった。
// 2002.04.01 YAZAKI SetTreeTxt()、SetTreeTxtNest()は廃止。GetTreeTextNextはもともと使用されていなかった。
void SetTreeTxt( HWND ); /* ツリーコントロールの初期化:テキストトピックツリー */
int SetTreeTxtNest( HWND, HTREEITEM, int, int, HTREEITEM*, int );
void GetTreeTextNext( HWND, HTREEITEM, int );
Expand Down Expand Up @@ -209,7 +209,7 @@ class CDlgFuncList final : public CDialog
bool m_bHovering;
int m_nHilightedBtn;
int m_nCapturingBtn;

STypeConfig m_type;
CFileTreeSetting m_fileTreeSetting;

Expand Down

0 comments on commit 951233c

Please sign in to comment.