summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/lightwidget/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/lightwidget/app.h')
-rw-r--r--xfa/include/fwl/lightwidget/app.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/xfa/include/fwl/lightwidget/app.h b/xfa/include/fwl/lightwidget/app.h
index 72d9dc01c7..367e732f5c 100644
--- a/xfa/include/fwl/lightwidget/app.h
+++ b/xfa/include/fwl/lightwidget/app.h
@@ -9,17 +9,17 @@
class CFWL_Theme;
class IFWL_App;
class CFWL_App;
-class CFWL_App
-{
-public:
- CFWL_App();
- virtual ~CFWL_App();
- FWL_ERR Initialize();
- CFWL_Theme* GetTheme();
- FWL_ERR Exit(int32_t iExitCode = 0);
- IFWL_App* GetApp();
-protected:
- IFWL_App *m_pAppImp;
- CFWL_Theme *m_pThemeProvider;
+class CFWL_App {
+ public:
+ CFWL_App();
+ virtual ~CFWL_App();
+ FWL_ERR Initialize();
+ CFWL_Theme* GetTheme();
+ FWL_ERR Exit(int32_t iExitCode = 0);
+ IFWL_App* GetApp();
+
+ protected:
+ IFWL_App* m_pAppImp;
+ CFWL_Theme* m_pThemeProvider;
};
#endif