Skip to content

Commit

Permalink
変数名の変更忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
suconbu committed Sep 12, 2020
1 parent 61df29a commit 6377261
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 @@ -141,10 +141,10 @@ class CDlgFuncList final : public CDialog
void SetTreeFile(); // ツリーコントロールの初期化:ファイルツリー
void SetListVB( void ); /* リストビューコントロールの初期化:VisualBasic */ // Jul 10, 2003 little YOSHI
void SetDocLineFuncList();
void SetItemSelection( int nSelectItemIndex, bool allowExpand );
void SetItemSelectionForTreeView( HWND hwndTree, int nSelectItemIndex, bool allowExpand );
void SetItemSelection( int nSelectItemIndex, bool bAllowExpand );
void SetItemSelectionForTreeView( HWND hwndTree, int nSelectItemIndex, bool bAllowExpand );
void SetItemSelectionForListView( HWND hwndList, int nSelectItemIndex );
bool GetFuncInfoIndex( CLayoutInt nCurLine, CLayoutInt nCurCol, int* pIndexOut );
bool GetFuncInfoIndex( CLayoutInt nCurLine, CLayoutInt nCurCol, int* pnIndexOut );

void SetTreeFileSub(HTREEITEM hParent, const WCHAR* pszFile);
// 2002/11/1 frozen
Expand Down

0 comments on commit 6377261

Please sign in to comment.