aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/identifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/identifier.h')
-rw-r--r--gcc/d/dmd/identifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/identifier.h b/gcc/d/dmd/identifier.h
index c12c355..e7b3ba6 100644
--- a/gcc/d/dmd/identifier.h
+++ b/gcc/d/dmd/identifier.h
@@ -17,7 +17,7 @@ class Identifier final : public RootObject
{
private:
int value;
- bool isAnonymous_;
+ d_bool isAnonymous_;
DString string;
public: