mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-08 15:29:35 -04:00
fixed compilation pb due to qtcreator bug
This commit is contained in:
parent
4cfdef5ff9
commit
1cdb971cf1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ private:
|
|||
void readAvailableAccounts(std::vector<AccountInfo>& accounts) const;
|
||||
void getRunningState() const ;
|
||||
void readPasswordState(StateToken& password_state_token,bool& ask_for_password,std::string& key_name,bool& prev_is_bad) const;
|
||||
void readRunState(StateToken& runstate_state_token, std::__cxx11::string& runstate) const;
|
||||
void readRunState(StateToken& runstate_state_token, std::string& runstate) const;
|
||||
};
|
||||
|
||||
} // namespace resource_api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue