diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/dialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 4bcd3d99b395..2e2300a9aa64 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -201,7 +201,7 @@ class SmDistanceDialog : public weld::GenericDialogController weld::Widget* m_pCurrentImage; - SmCategoryDesc *Categories[NOCATEGORIES]; + std::unique_ptr<SmCategoryDesc> m_xCategories[NOCATEGORIES]; sal_uInt16 nActiveCategory; bool bScaleAllBrackets; |