]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/vsnprintf.cpp
Removing more CodeWarrior project files.
[wxWidgets.git] / tests / strings / vsnprintf.cpp
index d6640ef0d1e04a9062525c36e063d874536f9a0d..835317830387c24faa9c22be07e2656520ad940e 100644 (file)
@@ -90,7 +90,7 @@ int r;
         wxString(buffer))
 
 // this is the same as wxSnprintf() but it passes the format string to
-// wxVsnprintf() without using ATTRIBUTE_PRINTF and thus suppresses the gcc
+// wxVsnprintf() without using WX_ATTRIBUTE_PRINTF and thus suppresses the gcc
 // checks (and resulting warnings) for the format string
 //
 // use with extreme care and only when you're really sure the warnings must be