video_core/shader/ast: Make ExprPrinter members private

This member already has an accessor, so there's no need for it to be
public.
pull/8/head
Lioncash 5 years ago
parent a2eccbf075
commit 7831e86c34

@ -232,7 +232,8 @@ public:
return inner;
}
std::string inner{};
private:
std::string inner;
};
class ASTPrinter {

Loading…
Cancel
Save