mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
strat: always use explicit result namespacing
This commit is contained in:
parent
303c6eb5f9
commit
b0e520112b
29 changed files with 237 additions and 237 deletions
|
@ -35,7 +35,7 @@ namespace ams::fatal::srv {
|
|||
bool has_thrown;
|
||||
private:
|
||||
Result TrySetHasThrown() {
|
||||
R_UNLESS(!this->has_thrown, ResultAlreadyThrown());
|
||||
R_UNLESS(!this->has_thrown, fatal::ResultAlreadyThrown());
|
||||
this->has_thrown = true;
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue