pkgsrc/x11/efltk/patches/patch-efltk_Fl__Text__Buffer.h
obache fecb1ed7d7 * build fixes, libpng-1.5, and others.
* set LICENSE
* add user-destdir installation support.
2011-05-21 08:18:16 +00:00

13 lines
400 B
C

$NetBSD: patch-efltk_Fl__Text__Buffer.h,v 1.1 2011/05/21 08:18:16 obache Exp $
--- efltk/Fl_Text_Buffer.h.orig 2003-06-15 20:05:55.000000000 +0000
+++ efltk/Fl_Text_Buffer.h
@@ -78,7 +78,7 @@ public:
Fl_Text_Buffer(int requestedSize = 0);
~Fl_Text_Buffer();
- char *Fl_Text_Buffer::static_buffer();
+ char* static_buffer();
// Undo stack size: (default 50)
int undo_size();