mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 03:08:00 -05:00
video_core/shader/ast: Make ExprPrinter members private
This member already has an accessor, so there's no need for it to be public.
This commit is contained in:
@ -232,7 +232,8 @@ public:
|
||||
return inner;
|
||||
}
|
||||
|
||||
std::string inner{};
|
||||
private:
|
||||
std::string inner;
|
||||
};
|
||||
|
||||
class ASTPrinter {
|
||||
|
Reference in New Issue
Block a user