Return value of the proper type
Returned value should be the same type like the memeber variable.
This commit is contained in:
@@ -492,7 +492,7 @@ public:
|
|||||||
return ms_isInitialized;
|
return ms_isInitialized;
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned int SetFontList(const wxArrayString& list)
|
static wxDirect2DFontKey SetFontList(const wxArrayString& list)
|
||||||
{
|
{
|
||||||
ms_fontList = list;
|
ms_fontList = list;
|
||||||
// Every time font collection is changed, generate unique key
|
// Every time font collection is changed, generate unique key
|
||||||
|
Reference in New Issue
Block a user