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

Re #11422 Stop compat change breaking se bound functions

parent 713707b3
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
# define loMargin() lowerMargin() # define loMargin() lowerMargin()
# define hiMargin() upperMargin() # define hiMargin() upperMargin()
#else #else
# define lowerBound() lBound()
# define upperBound() hBound()
# define lowerMargin() loMargin() # define lowerMargin() loMargin()
# define upperMargin() hiMargin() # define upperMargin() hiMargin()
#endif /* QWT_VERSION >= 0x050200 */ #endif /* QWT_VERSION >= 0x050200 */
......
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