Using htmlfiles.h

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

Using htmlfiles.h

Post by SeeCwriter »

For v2.9.5, file htmlfiles.h has no guard against multiple inclusions. Is this intentional?
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

Re: Using htmlfiles.h

Post by TomNB »

Thanks for pointing that out. I can see in version control guards have been added for the next release. It adds:

#ifndef NB_HTMLFILE_H
#define NB_HTMLFILE_H

// header code....


#endif
Post Reply