Skip to content

Commit ded7e0b

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3946 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 092a35f + 397b9b8 commit ded7e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/tn026-ddx-and-ddv-routines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ There are several ways to extend the default DDX/DDV mechanism. You can:
113113
> [!NOTE]
114114
> Such arbitrary expressions cannot be edited by ClassWizard and therefore should be moved outside of the special format comments (//{{AFX_DATA_MAP(CMyClass)).
115115
116-
Have the `DoDialogExchange` member function include conditionals or any other valid C++ statements with intermixed exchange and validation function calls.
116+
Have the `DoDataExchange` member function include conditionals or any other valid C++ statements with intermixed exchange and validation function calls.
117117
118118
```cpp
119119
//{{AFX_DATA_MAP(CMyClass)

0 commit comments

Comments
 (0)