summaryrefslogtreecommitdiff
path: root/wx+/tooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/tooltip.h')
-rw-r--r--wx+/tooltip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/tooltip.h b/wx+/tooltip.h
index 7babe3c3..195ceaf7 100644
--- a/wx+/tooltip.h
+++ b/wx+/tooltip.h
@@ -17,7 +17,7 @@ public:
Tooltip();
~Tooltip();
- void show(const wxString& text, wxPoint mousePos, const wxBitmap* bmp = NULL); //absolute screen coordinates
+ void show(const wxString& text, wxPoint mousePos, const wxBitmap* bmp = nullptr); //absolute screen coordinates
void hide();
private:
bgstack15