Fix InheritsForegroundColour method name

This commit is contained in:
Robin Dunn
2018-02-09 14:34:22 -08:00
parent 6cdf29760d
commit c27f1536ba

View File

@@ -1151,7 +1151,7 @@ public:
{
return m_hasFgCol;
}
bool InheritsForgroundColour() const
bool InheritsForegroundColour() const
{
return m_inheritFgCol;
}