Cosmetic comment changes

Note: copyrights are in the COPYRIGHT file
This commit is contained in:
William S Fulton 2014-10-20 19:51:27 +01:00
commit b57a675d00
5 changed files with 15 additions and 5 deletions

View file

@ -4285,6 +4285,10 @@ public:
Delete(dirclassname);
}
/*----------------------------------------------------------------------
* nestedClassesSupport()
*--------------------------------------------------------------------*/
NestedClassSupport nestedClassesSupport() const {
return NCS_Full;
}