Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 29, 2024
1 parent 9096e74 commit c4245c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/FileTreeTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class JXMenuBar;
class JXTextMenu;
class JXFSDirMenu;
class JXToolBar;
class JXFunctionTask;
class JXIdleTask;
class JXWindowIcon;
class TreeSet;
class FileTreeList;
Expand Down Expand Up @@ -152,7 +152,7 @@ class FileTreeTable : public JXNamedTreeListWidget
FileTreeList* itsFileTreeList; // owned by base class
TreeSet* itsTreeSet;
TrashButton* itsTrashButton;
JXFunctionTask* itsUpdateTask;
JXIdleTask* itsUpdateTask;
JFSFileTreeNodeBase*itsUpdateNode;

bool itsVisibleCols[5];
Expand Down

0 comments on commit c4245c4

Please sign in to comment.