diff options
-rw-r--r-- | staptree.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/staptree.cxx b/staptree.cxx index 9e2ca8da..b14a5c44 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -259,7 +259,7 @@ void symbol::print (ostream& o) const } -void target_symbol::print (std::ostream& o) const +void target_symbol::print (ostream& o) const { if (addressof) o << "&"; @@ -279,7 +279,7 @@ void target_symbol::print (std::ostream& o) const } -void cast_op::print (std::ostream& o) const +void cast_op::print (ostream& o) const { if (addressof) o << "&"; |