aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit/jit-playback.h')
-rw-r--r--gcc/jit/jit-playback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jit/jit-playback.h b/gcc/jit/jit-playback.h
index 438f395..f9e29d0 100644
--- a/gcc/jit/jit-playback.h
+++ b/gcc/jit/jit-playback.h
@@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
#include "jit-recording.h"
-struct diagnostic_context;
+class diagnostic_context;
struct diagnostic_info;
namespace gcc {
@@ -247,7 +247,7 @@ public:
get_first_error () const;
void
- add_diagnostic (struct diagnostic_context *context,
+ add_diagnostic (diagnostic_context *context,
struct diagnostic_info *diagnostic);
void