diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-15 18:00:33 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-15 18:00:33 +0000 |
| commit | fc4db193951bd5d791454f77eac336f9e1591d24 (patch) | |
| tree | 13104d9f5b0a29b92180bb8b74f1ed6b52460ff7 /src/Fl_x.cxx | |
| parent | e4e36d8229e35e2077148d791f9ae2bdab2a0e44 (diff) | |
Don't make non-inline methods from FLUID inline (that is, remove the
"inline" from non-inline methods...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4285 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 76aa4ddd7..d20bccca3 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #ifdef WIN32 |
