mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 18:07:57 -05:00
video_core/shader/ast: Make ASTManager::Print a const member function
Given all visiting functions never modify the nodes, we can trivially make this a const member function.
This commit is contained in:
@ -328,7 +328,7 @@ public:
|
||||
|
||||
void InsertReturn(Expr condition, bool kills);
|
||||
|
||||
std::string Print();
|
||||
std::string Print() const;
|
||||
|
||||
void Decompile();
|
||||
|
||||
|
Reference in New Issue
Block a user