| Index: xfa/include/fwl/core/fwl_note.h
|
| diff --git a/xfa/include/fwl/core/fwl_note.h b/xfa/include/fwl/core/fwl_note.h
|
| index 01d7ae44ca43b643f476241df4ed3b78d9b0ef1f..1cc88a6593c3e113da3e550cce1f2f6b14d8ac4f 100644
|
| --- a/xfa/include/fwl/core/fwl_note.h
|
| +++ b/xfa/include/fwl/core/fwl_note.h
|
| @@ -120,7 +120,7 @@ class IFWL_NoteLoop;
|
| #define FWL_KEYFLAG_LButton (1 << 4)
|
| #define FWL_KEYFLAG_RButton (1 << 5)
|
| #define FWL_KEYFLAG_MButton (1 << 6)
|
| -class CFWL_Note : public CFX_Object
|
| +class CFWL_Note
|
| {
|
| public:
|
| virtual FX_DWORD Release()
|
|
|