| Index: xfa/fwl/core/ifwl_app.h
|
| diff --git a/xfa/fwl/core/ifwl_app.h b/xfa/fwl/core/ifwl_app.h
|
| index 5fbac6644fc7577eeffba03c9da7657bff504c36..27c65c83172070f9178957569619075ada98fbbe 100644
|
| --- a/xfa/fwl/core/ifwl_app.h
|
| +++ b/xfa/fwl/core/ifwl_app.h
|
| @@ -32,7 +32,7 @@ class IFWL_App {
|
| public:
|
| static IFWL_App* Create(CXFA_FFApp* pAdapter);
|
|
|
| - virtual ~IFWL_App() {}
|
| + virtual ~IFWL_App();
|
|
|
| FWL_Error Initialize();
|
| FWL_Error Finalize();
|
| @@ -53,7 +53,7 @@ class IFWL_App {
|
| CFWL_NoteDriver* GetNoteDriver() const;
|
|
|
| private:
|
| - IFWL_App() {}
|
| + IFWL_App();
|
|
|
| std::unique_ptr<CFWL_AppImp> m_pImpl;
|
| };
|
|
|