Skip to content

Commit 45ba86d

Browse files
authored
Fix CSnapInPropertyPageImpl syntax
1 parent 6a1f9a4 commit 45ba86d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/atl/reference/csnapinpropertypageimpl-class.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ This class provides methods for implementing a snap-in property page object.
1515
1616
## Syntax
1717

18-
```
19-
CSnapInPropertyPageImpl : public CDialogImplBase
18+
```cpp
19+
template <class T, bool bAutoDelete = true>
20+
class ATL_NO_VTABLE CSnapInPropertyPageImpl : public CDialogImplBase
2021
```
2122
2223
## Members

0 commit comments

Comments
 (0)