Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-09-03 11:27:16 +0300
committerYuSanka <yusanka@gmail.com>2019-09-03 11:29:17 +0300
commitc960c2cf2782155939dd61983b25c9ebd1a335db (patch)
tree0e9f63e0ce67e75cbf059ff47c58c1c21b9e5ac6 /src/slic3r/GUI/wxExtensions.hpp
parentb89d9c7affbdfccc99fdac0de4b1b67aa169c5d3 (diff)
Code clean in Tab.cpp and Fixed couple of Mac-warnings in :
GUI.cpp GUI_App.cpp GUI_ObjectList.cpp MainFrame.hpp Plater.cpp PresetBundle.cpp PresetHints.cpp Tab.cpp Tab.hpp wxExtensions.cpp wxExtensions.hpp
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index 14ceab8ff..fe4258550 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -385,9 +385,9 @@ class ObjectDataViewModel :public wxDataViewModel
{
std::vector<ObjectDataViewModelNode*> m_objects;
std::vector<wxBitmap*> m_volume_bmps;
- wxBitmap* m_warning_bmp;
+ wxBitmap* m_warning_bmp { nullptr };
- wxDataViewCtrl* m_ctrl{ nullptr };
+ wxDataViewCtrl* m_ctrl { nullptr };
public:
ObjectDataViewModel();