Minor PR feedback changes

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-10 06:19:28 -08:00
parent 9f4895aaea
commit af9e75da66
6 changed files with 12 additions and 18 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ namespace O3DE::ProjectManager
bool SetProjectBuiltSuccessfully(const ProjectInfo& projectInfo, bool successfullyBuilt) override;
private:
bool Save();
bool OnSettingsChanged();
void Save();
void OnSettingsChanged();
bool GetBuiltSuccessfullyPaths(AZStd::set<AZStd::string>& result);