浏览代码

Unnecessary qualifier

Source commit: 3560217fc269268a537b9ab1b81ee01520e47ffc
Martin Prikryl 2 周之前
父节点
当前提交
3554608bbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();