mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
HybridXFB: Fix lint errors
This commit is contained in:
parent
725d14e4c6
commit
53684701fa
39 changed files with 207 additions and 204 deletions
|
@ -55,7 +55,7 @@ struct TargetRectangle : public MathUtil::Rectangle<int>
|
|||
return (RECT*)this;
|
||||
}
|
||||
#endif
|
||||
TargetRectangle(const MathUtil::Rectangle<int> &other) : MathUtil::Rectangle<int>(other) {}
|
||||
TargetRectangle(const MathUtil::Rectangle<int>& other) : MathUtil::Rectangle<int>(other) {}
|
||||
TargetRectangle() = default;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue