Browse Source

Unnecessary qualifier

Source commit: 3560217fc269268a537b9ab1b81ee01520e47ffc
Martin Prikryl 2 weeks ago
parent
commit
3554608bbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/RemoteFiles.h

+ 1 - 1
source/core/RemoteFiles.h

@@ -515,7 +515,7 @@ public:
     __int64 __fastcall GetBaseSize(TAction AAction) const;
   };
 
-  typedef std::vector<const TSynchronizeChecklist::TItem *> TItemList;
+  typedef std::vector<const TItem *> TItemList;
 
   ~TSynchronizeChecklist();