[bug] Fix bug 38496

This commit is contained in:
Oleg Korshul
2018-08-16 18:44:50 +03:00
parent 53ed94dbbe
commit 01c9c018af
3 changed files with 14 additions and 5 deletions

View File

@ -84,7 +84,7 @@ public:
bool ReColorPatternImage(const std::wstring& strFileName, unsigned int rgbColorBack, unsigned int rgbColorFore);
public:
void FromImage(IGrObject* pGraphics);
void FromImage(IGrObject* pGraphics, bool bIsCopy = true);
};
#endif