Fix a minor warning

This commit is contained in:
Jon Evans
2020-09-27 22:31:34 -04:00
parent ab57c93c98
commit f745036d82
+1 -1
View File
@@ -146,7 +146,7 @@ public:
*
* @param aFocus is the window to keep focus on (if supported)
*/
void Popup( wxWindow* aFocus = nullptr );
void Popup( wxWindow* aFocus = nullptr ) override;
/**
* Set the action group that this palette contains the actions for