mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
// Class representing print settings.
|
||||
///
|
||||
/*--cef(source=library)--*/
|
||||
class CefPrintSettings : public virtual CefBase {
|
||||
class CefPrintSettings : public virtual CefBaseRefCounted {
|
||||
public:
|
||||
typedef cef_color_model_t ColorModel;
|
||||
typedef cef_duplex_mode_t DuplexMode;
|
||||
|
Reference in New Issue
Block a user