mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
Fix compile error with clang
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
class BackupConnectInfo;
|
||||
struct BackupConnectInfo;
|
||||
|
||||
class ConnectCommand : public AbstractCommand {
|
||||
public:
|
||||
|
||||
@@ -64,8 +64,8 @@ struct IndexedListIterator {
|
||||
typedef ValueType value_type;
|
||||
typedef PointerType pointer;
|
||||
typedef ReferenceType reference;
|
||||
typedef typename SeqIteratorType::size_type size_type;
|
||||
typedef typename SeqIteratorType::difference_type difference_type;
|
||||
typedef typename SeqType::size_type size_type;
|
||||
typedef typename SeqType::difference_type difference_type;
|
||||
typedef IndexedListIterator SelfType;
|
||||
|
||||
IndexedListIterator() {}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
class BackupConnectInfo;
|
||||
struct BackupConnectInfo;
|
||||
class ConnectCommand;
|
||||
|
||||
class InitiateConnectionCommand : public AbstractCommand {
|
||||
|
||||
Reference in New Issue
Block a user