Sfoglia il codice sorgente

Unnecessary qualifier

Source commit: 3560217fc269268a537b9ab1b81ee01520e47ffc
Martin Prikryl 1 mese fa
parent
commit
3554608bbd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();