summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-11-26 10:22:40 +0000
committerManolo Gouy <Manolo>2010-11-26 10:22:40 +0000
commit39169af7dd1e6e3a518788f130304600dac6f221 (patch)
tree2f43e037a19a1fd6bf697894eaf1fdeeff721c01 /FL
parentd3e0d030f0646f1b67f2850520b95d76958fab64 (diff)
Removed Doxygen warning from file src/Fl_Printer.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7894 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Printer.H6
1 files changed, 1 insertions, 5 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H
index 9075f3aac..671dcdb77 100644
--- a/FL/Fl_Printer.H
+++ b/FL/Fl_Printer.H
@@ -53,7 +53,7 @@ class Fl_System_Printer : public Fl_Paged_Device {
private:
/** \brief the printer's graphics context, if there's one, NULL otherwise */
void *gc;
- void set_current();
+ void set_current(void);
#ifdef __APPLE__
float scale_x;
float scale_y;
@@ -116,7 +116,6 @@ public:
#endif // FL_DOXYGEN
}; // class Fl_System_Printer
-/** \brief OS-independant class name */
typedef Fl_System_Printer Fl_Printer;
#endif
@@ -129,8 +128,6 @@ typedef Fl_System_Printer Fl_Printer;
Fl_Printer is typedef'ed to Fl_PostScript_Printer under Unix/Linux.
*/
class Fl_PostScript_Printer : public Fl_PostScript_File_Device {
-private:
- void set_current();
public:
static const char *device_type;
int start_job(int pages, int *firstpage = NULL, int *lastpage = NULL);
@@ -158,7 +155,6 @@ public:
#endif // FL_DOXYGEN
};
-/** \brief OS-independant class name */
typedef Fl_PostScript_Printer Fl_Printer;
#endif