Skip to content
Snippets Groups Projects
Commit 713707b3 authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #11422 Compatibility for Qwt <v5.2.0

parent 6cd1ad3a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,11 @@
# define hBound() upperBound()
# define loMargin() lowerMargin()
# define hiMargin() upperMargin()
#else
# define lowerBound() lBound()
# define upperBound() hBound()
# define lowerMargin() loMargin()
# define upperMargin() hiMargin()
#endif /* QWT_VERSION >= 0x050200 */
#endif /* MANTID_QWT_COMPAT */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment