From c27f1536ba48541f8950828e434f1b67f6db9856 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 9 Feb 2018 14:34:22 -0800 Subject: [PATCH] Fix InheritsForegroundColour method name --- include/wx/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/window.h b/include/wx/window.h index 8046223a4a..b2375b2db5 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -1151,7 +1151,7 @@ public: { return m_hasFgCol; } - bool InheritsForgroundColour() const + bool InheritsForegroundColour() const { return m_inheritFgCol; }