mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Added missing FL_EXPORT class declarations.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8699 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
This class has no public constructor: don't instantiate it; use Fl_Printer
|
||||
or Fl_PostScript_File_Device instead.
|
||||
*/
|
||||
class Fl_Paged_Device : public Fl_Surface_Device {
|
||||
class FL_EXPORT Fl_Paged_Device : public Fl_Surface_Device {
|
||||
public:
|
||||
/**
|
||||
\brief Possible page formats.
|
||||
|
||||
Reference in New Issue
Block a user