summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h')
-rw-r--r--Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h
index 040b2e9..12c0298 100644
--- a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h
+++ b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h
@@ -28,9 +28,11 @@ class PropertyNameButtonWithHelp : public Fl_Button
static void ShowHelpBlobCallback( void * );
+ void PopupMenu( void );
+
private:
- string m_HelpText;
+ std::string m_HelpText;
// Class variables
static Fl_Window * helpBlob;