| Index: core/fxge/fx_dib.h
|
| diff --git a/core/fxge/fx_dib.h b/core/fxge/fx_dib.h
|
| index 038d103989ff3bb7a52ac41ef14308f99694249c..6ffad8c8c98231ef6d2d7fc5fbbb43e85315e7ef 100644
|
| --- a/core/fxge/fx_dib.h
|
| +++ b/core/fxge/fx_dib.h
|
| @@ -10,7 +10,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#include "core/fxcrt/cfx_count_ref.h"
|
| +#include "core/fxcrt/cfx_shared_copy_on_write.h"
|
| #include "core/fxcrt/fx_basic.h"
|
| #include "core/fxcrt/fx_coordinates.h"
|
|
|
| @@ -389,7 +389,7 @@ class CFX_DIBExtractor {
|
| std::unique_ptr<CFX_DIBitmap> m_pBitmap;
|
| };
|
|
|
| -typedef CFX_CountRef<CFX_DIBitmap> CFX_DIBitmapRef;
|
| +typedef CFX_SharedCopyOnWrite<CFX_DIBitmap> CFX_DIBitmapRef;
|
|
|
| class CFX_FilteredDIB : public CFX_DIBSource {
|
| public:
|
|
|