aboutsummaryrefslogtreecommitdiff
path: root/tools/create_msvc/create_msvc.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-05-19 05:42:14 +0000
committerEugene Sandulenko2010-05-19 05:42:14 +0000
commit95b1c13eae52b99011f552579f547c3d5088c21a (patch)
tree0327340582fd469de456597a16d64c7be92af4a3 /tools/create_msvc/create_msvc.cpp
parent61d7bfb730a7411bb4559e9d3a48d33a93014f78 (diff)
downloadscummvm-rg350-95b1c13eae52b99011f552579f547c3d5088c21a.tar.gz
scummvm-rg350-95b1c13eae52b99011f552579f547c3d5088c21a.tar.bz2
scummvm-rg350-95b1c13eae52b99011f552579f547c3d5088c21a.zip
formatting
svn-id: r49090
Diffstat (limited to 'tools/create_msvc/create_msvc.cpp')
-rw-r--r--tools/create_msvc/create_msvc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp
index a611f208fa..769c4e8ea7 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)