Skip to content
Snippets Groups Projects
Commit bd23e7fe authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix nestedclass and nestedtypedef usage typo.

parent 657cc98c
No related branches found
No related tags found
No related merge requests found
......@@ -803,8 +803,8 @@ access, but not for virtual function resolution.
If you use the '`namespace`' flag, it is recommended to add also:
``` {.cpp}
#pragma link nestedclass;
#pragma link nestedtypedef;
#pragma link C++ nestedclass;
#pragma link C++ nestedtypedef;
```
The behavior of '`class`', '`struct`' and '`namespace`' flag are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment