aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/string-dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/gofrontend/string-dump.h')
-rw-r--r--gcc/go/gofrontend/string-dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/string-dump.h b/gcc/go/gofrontend/string-dump.h
index fe4807d..cd35d5e 100644
--- a/gcc/go/gofrontend/string-dump.h
+++ b/gcc/go/gofrontend/string-dump.h
@@ -10,7 +10,7 @@
// This abstract class provides an interface strings for whatever purpose.
// Used for example for exporting and dumping objects.
-class String_dump
+class String_dump
{
public:
// Write a string. Implements the String_dump interface.