| Index: xfa/fwl/theme/cfwl_arrowdata.h
|
| diff --git a/xfa/fwl/theme/cfwl_arrowdata.h b/xfa/fwl/theme/cfwl_arrowdata.h
|
| index 1bcdac15fb78bf4fadeae7edc1a5c01761ac1f38..0062e4d6a4c69c1b7e91f3fbcd95abaf9833e6ad 100644
|
| --- a/xfa/fwl/theme/cfwl_arrowdata.h
|
| +++ b/xfa/fwl/theme/cfwl_arrowdata.h
|
| @@ -24,13 +24,14 @@ class CFWL_ArrowData {
|
| static CFWL_ArrowData* GetInstance();
|
| static bool HasInstance();
|
| static void DestroyInstance();
|
| - void SetColorData(uint32_t dwID);
|
|
|
| std::unique_ptr<CColorData> m_pColorData;
|
|
|
| private:
|
| CFWL_ArrowData();
|
| ~CFWL_ArrowData();
|
| +
|
| + void SetColorData();
|
| };
|
|
|
| #endif // XFA_FWL_THEME_CFWL_ARROWDATA_H_
|
|
|