From 828568a33610d7696f4764ce2ad0f4014f4a6e26 Mon Sep 17 00:00:00 2001
From: Manolo Gouy <Manolo>
Date: Sat, 17 Apr 2010 13:48:35 +0000
Subject: [PATCH] Fixed compilation error at line 44.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7521 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
 FL/Fl_PSfile_Device.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/FL/Fl_PSfile_Device.H b/FL/Fl_PSfile_Device.H
index 3e1b1598e..d829e0789 100644
--- a/FL/Fl_PSfile_Device.H
+++ b/FL/Fl_PSfile_Device.H
@@ -41,7 +41,7 @@
  */
 FL_EXPORT class Fl_PS_Device : public  Fl_Device {
 public: 
-  static const char *Fl_PS_Device::device_type;
+  static const char *device_type;
   /**
    \brief Possible page formats.
    */
-- 
GitLab