aboutsummaryrefslogtreecommitdiff
path: root/gcc/dump-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dump-context.h')
-rw-r--r--gcc/dump-context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/dump-context.h b/gcc/dump-context.h
index b17b86a..bb856c6 100644
--- a/gcc/dump-context.h
+++ b/gcc/dump-context.h
@@ -166,8 +166,9 @@ public:
private:
/* Information on an optinfo_item that was generated during phase 2 of
formatting. */
- struct stashed_item
+ class stashed_item
{
+ public:
stashed_item (const char **buffer_ptr_, optinfo_item *item_)
: buffer_ptr (buffer_ptr_), item (item_) {}
const char **buffer_ptr;