diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-26 19:01:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-26 19:01:51 (GMT) |
commit | 00c414f562159d8fbc832d8807aa215800f201b4 (patch) | |
tree | 74af9ba6b8d238c35f3cd67cc873723fca3078ed /src/vhdldocgen.cpp | |
parent | 310df91d23ab9680b67a29d82564cc25e8765ce7 (diff) | |
download | Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.zip Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.gz Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.bz2 |
Refactoring: make qcstring.h a local include
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r-- | src/vhdldocgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp index f8d2cc3..7d3e000 100644 --- a/src/vhdldocgen.cpp +++ b/src/vhdldocgen.cpp @@ -27,11 +27,11 @@ #include <map> #include <algorithm> -#include <qcstring.h> /* --------------------------------------------------------------- */ // local includes +#include "qcstring.h" #include "vhdldocgen.h" #include "message.h" #include "config.h" @@ -2035,7 +2035,7 @@ void VhdlDocGen::writeVHDLDeclaration(const MemberDefMutable* mdef,OutputList &o void VhdlDocGen::writePlainVHDLDeclarations( const MemberList* mlist,OutputList &ol, - const ClassDef *cd,const NamespaceDef *nd,const FileDef *fd,const GroupDef *gd,int specifier) + const ClassDef *cd,const NamespaceDef *nd,const FileDef *fd,const GroupDef *gd,uint64_t specifier) { StringSet pack; |