diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-27 14:40:22 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-27 14:40:22 +0000 |
commit | 661bf6a76614bbd98ca3b718eddce81e3e88d6bf (patch) | |
tree | cc68adaf1e22148d9baa42c1bf4ab910a1988beb /doc/fltk-problems.doc | |
parent | 50c8c40373e1bdf5c9676208ba16e214828f6365 (diff) |
[doc]: escape some hash in the text
Diffstat (limited to 'doc/fltk-problems.doc')
-rw-r--r-- | doc/fltk-problems.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fltk-problems.doc b/doc/fltk-problems.doc index 3e8c401f..453d8178 100644 --- a/doc/fltk-problems.doc +++ b/doc/fltk-problems.doc @@ -106,7 +106,7 @@ The following changes should be applied manually. <h3>Changes in fltkcomplexbutton.hh</h3> -First of all, the #define's for avoiding multiple includes: +First of all, the \#define's for avoiding multiple includes: \code -#ifndef fltk_ComplexButton_h // fltk_Button_h formerly @@ -167,7 +167,7 @@ namespace conflict: <h3>Changes in fltkcomplexbutton.cc</h3> -First, #include's: +First, \#include's: \code |