diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-11 14:17:24 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-11 14:17:24 +0000 |
| commit | be58513af7841d07a8cb4017b57e17dfb4031a1e (patch) | |
| tree | 5c3fae000b4e897d70a9b738fd3fd7dca89b1880 /FL | |
| parent | fddb73a5f2cef20092927c37451e0d15c1d3d2a3 (diff) | |
Use memmove() instead of memcpy() in several key places.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Help_Dialog.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Image.H | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index aed8cfc01..6ea4e58d7 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0100 +// generated by Fast Light User Interface Designer (fluid) version 1.0101 #ifndef Fl_Help_Dialog_H #define Fl_Help_Dialog_H diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 171818498..cbae6c89c 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Image.H,v 1.5.2.3.2.15 2002/08/14 16:19:48 easysw Exp $" +// "$Id: Fl_Image.H,v 1.5.2.3.2.16 2002/10/11 14:17:20 easysw Exp $" // // Image header file for the Fast Light Tool Kit (FLTK). // @@ -24,7 +24,7 @@ // #ifndef Fl_Image_H -#define Fl_Image_H +# define Fl_Image_H # include "x.H" @@ -97,8 +97,8 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image { virtual void uncache(); }; -#endif +#endif // !Fl_Image_H // -// End of "$Id: Fl_Image.H,v 1.5.2.3.2.15 2002/08/14 16:19:48 easysw Exp $". +// End of "$Id: Fl_Image.H,v 1.5.2.3.2.16 2002/10/11 14:17:20 easysw Exp $". // |
