Skip to content

Commit 20234cd

Browse files
committed
Add fullPathStringTable to identifier.h
1 parent 669b60b commit 20234cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dmd/identifier.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Identifier : public RootObject
3737
int dyncast() const;
3838

3939
static StringTable stringtable;
40+
static StringTable fullPathStringTable;
4041
static Identifier *generateId(const char *prefix);
4142
static Identifier *generateId(const char *prefix, size_t i);
4243
static Identifier *idPool(const char *s, unsigned len);

0 commit comments

Comments
 (0)