Changeset 1f7dc61 for src/AST/Fwd.hpp


Ignore:
Timestamp:
Feb 11, 2022, 12:16:52 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
6668a3e
Parents:
5910fc0
Message:

Consistently changed TranslationUnit? from struct to class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r5910fc0 r1f7dc61  
    140140typedef unsigned int UniqueId;
    141141
    142 struct TranslationUnit;
     142class TranslationUnit;
    143143// TODO: Get from the TranslationUnit:
    144144extern ptr<Type> sizeType;
Note: See TracChangeset for help on using the changeset viewer.