projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git]
/
include
/
wx
/
gtk
/
tooltip.h
diff --git
a/include/wx/gtk/tooltip.h
b/include/wx/gtk/tooltip.h
index eed23861118164bb799f4e56f20b9d75ddbb7aaf..9d92dd3f6f651defd24aa5904994d339788b2458 100644
(file)
--- a/
include/wx/gtk/tooltip.h
+++ b/
include/wx/gtk/tooltip.h
@@
-51,6
+51,8
@@
public:
private:
wxString m_text;
wxWindow *m_window;
private:
wxString m_text;
wxWindow *m_window;
+
+ DECLARE_ABSTRACT_CLASS(wxToolTip)
};
#endif // __GTKTOOLTIPH__
};
#endif // __GTKTOOLTIPH__