diff options
-rw-r--r-- | tools/create_msvc/create_msvc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index 769c4e8ea7..f418971239 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -550,7 +550,7 @@ int main(int argc, char *argv[]) { // // 4510 ('class' : default constructor could not be generated) // - // 4511 (class' : copy constructor could not be generated) + // 4511 ('class' : copy constructor could not be generated) // // 4610 (object 'class' can never be instantiated - user-defined constructor required) // "correct" but harmless (as is 4510) |