fixed compilation pb due to qtcreator bug

This commit is contained in:
csoler 2017-07-11 23:47:51 +02:00
parent 4cfdef5ff9
commit 1cdb971cf1

View File

@ -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