X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Fidlc.h;fp=idlcomp%2Fidlc.h;h=56dfefea45e543e6b29657f24257bf7faf14e654;hp=414d14a7a08d9b2cd1c7719a09e9bc22aa828001;hb=139f54779f6395a1828261423cd8013ca940ff36;hpb=00929a1561b0f510a582f9876affa96e4fccb72a diff --git a/idlcomp/idlc.h b/idlcomp/idlc.h index 414d14a..56dfefe 100644 --- a/idlcomp/idlc.h +++ b/idlcomp/idlc.h @@ -30,6 +30,7 @@ #include #include #include +#include #include "compileddef.h" @@ -824,9 +825,9 @@ protected: CompiledDefHeader hdr; // sym is the symbol from which to get the path/name, and - // dir is true if it should be "name/.self" rather than + // is_dir is true if it should be "name/.self" rather than // "name". - void output_self(const char *dir, Symbol *sym, bool dir); + void output_self(const char *dir, Symbol *sym, bool is_dir); public: Def(const char *self, int self_len, CompiledDefHeader::Type type) :