mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-09-15 00:45:33 +00: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:
parent
a2eccbf075
commit
7831e86c34
@ -232,7 +232,8 @@ public:
|
|||||||
return inner;
|
return inner;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string inner{};
|
private:
|
||||||
|
std::string inner;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ASTPrinter {
|
class ASTPrinter {
|
||||||
|
Loading…
Reference in New Issue
Block a user