Skip to content
Snippets Groups Projects
Commit c18499fe authored by nicolas tardieu's avatar nicolas tardieu
Browse files

For the pleasure of commiting ;o)

fix compilation problem with gcc4.3.2
parent c64e7aa6
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ class Flu_Tree_Browser : public Fl_Group ...@@ -327,7 +327,7 @@ class Flu_Tree_Browser : public Fl_Group
{ return rdata.insertionMode; } { return rdata.insertionMode; }
//! \return whether the point \c (x,y) is inside the entry area (not on the scrollbars) //! \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) //! Set the title of the Tree (also the label for the root entry)
inline void label( const char *l ) inline void label( const char *l )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment