From c18499fe2bd15a67f62fa325d3b57702a8626894 Mon Sep 17 00:00:00 2001 From: Nicolas Tardieu <nicolas.tardieu@edf.fr> Date: Sun, 28 Dec 2008 19:47:58 +0000 Subject: [PATCH] For the pleasure of commiting ;o) fix compilation problem with gcc4.3.2 --- contrib/TreeBrowser/Flu_Tree_Browser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/TreeBrowser/Flu_Tree_Browser.h b/contrib/TreeBrowser/Flu_Tree_Browser.h index 516d9c9853..c61c4638e2 100644 --- a/contrib/TreeBrowser/Flu_Tree_Browser.h +++ b/contrib/TreeBrowser/Flu_Tree_Browser.h @@ -327,7 +327,7 @@ class Flu_Tree_Browser : public Fl_Group { return rdata.insertionMode; } //! \return whether the point \c (x,y) is inside the entry area (not on the scrollbars) - bool Flu_Tree_Browser :: inside_entry_area( int x, int y ); + bool inside_entry_area( int x, int y ); //! Set the title of the Tree (also the label for the root entry) inline void label( const char *l ) -- GitLab