diff options
Diffstat (limited to 'gcc/context.h')
-rw-r--r-- | gcc/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/context.h b/gcc/context.h index 66260cd..ed6a24a 100644 --- a/gcc/context.h +++ b/gcc/context.h @@ -30,7 +30,7 @@ class pass_manager; class context { public: - context(); + context (); /* Pass-management. */ |