FLTK logo

[master] 18ae6c8 - Remove unnecessary friend declaration in class Fl_SVG_Image

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 18ae6c8 - Remove unnecessary friend declaration in class Fl_SVG_Image "ManoloFLTK" Nov 14, 2020  
 
commit 18ae6c84eb430425c56111c9df6560a9b217c17d
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Sat Nov 14 10:06:30 2020 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Sat Nov 14 10:06:51 2020 +0100

    Remove unnecessary friend declaration in class Fl_SVG_Image

 FL/Fl_SVG_Image.H | 1 -
 1 file changed, 1 deletion(-)

diff --git FL/Fl_SVG_Image.H FL/Fl_SVG_Image.H
index cf76de3..a5ef519 100644
--- FL/Fl_SVG_Image.H
+++ FL/Fl_SVG_Image.H
@@ -133,7 +133,6 @@ struct NSVGimage;
 
  */
 class FL_EXPORT Fl_SVG_Image : public Fl_RGB_Image {
-  friend class Fl_Graphics_Driver;
 private:
   typedef struct {
     NSVGimage* svg_image;
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.