diff options
Diffstat (limited to 'src/pass.h')
-rw-r--r-- | src/pass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pass.h b/src/pass.h index 53b486e41..41ef30b90 100644 --- a/src/pass.h +++ b/src/pass.h @@ -156,6 +156,7 @@ private: // Prints out a module class Printer : public Pass { +protected: std::ostream& o; public: |