mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
remove static from i2p::util::url
This commit is contained in:
parent
eed04265bb
commit
7defa34d88
2 changed files with 9 additions and 9 deletions
8
util.h
8
util.h
|
@ -41,10 +41,10 @@ namespace util
|
|||
void parse(const std::string& url_s);
|
||||
public:
|
||||
std::string protocol_, host_, path_, query_;
|
||||
static std::string portstr_;
|
||||
static unsigned int port_;
|
||||
static std::string user_;
|
||||
static std::string pass_;
|
||||
std::string portstr_;
|
||||
unsigned int port_;
|
||||
std::string user_;
|
||||
std::string pass_;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue