diff options
Diffstat (limited to 'gcc/d/dmd/staticassert.h')
-rw-r--r-- | gcc/d/dmd/staticassert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/staticassert.h b/gcc/d/dmd/staticassert.h index 0112f02..4a601ab 100644 --- a/gcc/d/dmd/staticassert.h +++ b/gcc/d/dmd/staticassert.h @@ -27,6 +27,6 @@ public: void semantic(Scope *sc); void semantic2(Scope *sc); bool oneMember(Dsymbol **ps, Identifier *ident); - const char *kind(); + const char *kind() const; void accept(Visitor *v) { v->visit(this); } }; |