]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hworld.tex
documented 2nd prototype of wxListCtrl::SetItem
[wxWidgets.git] / docs / latex / wx / hworld.tex
index c98152b516ef29cff88b37cbfedef14575327cf8..72116a4400b36b84d6f8a78cae4fd9326236c92b 100644 (file)
@@ -6,8 +6,8 @@ and basic principles can be made, you can now look at wxWindows'
 "Hello World":
 
 You have to include wxWindows's header files, of course. This can
-be done on a file by file basis (such as #include "wx/window.h")
-or using one global include (#include "wx/wx.h"). This is
+be done on a file by file basis (such as \#include "wx/window.h")
+or using one global include (\#include "wx/wx.h"). This is
 also useful on platforms which support precompiled headers such
 as all major compilers on the Windows platform.