aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/MenuItem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/MenuItem.hh')
-rw-r--r--src/FbTk/MenuItem.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/MenuItem.hh b/src/FbTk/MenuItem.hh
index 4bbfcf3..6189955 100644
--- a/src/FbTk/MenuItem.hh
+++ b/src/FbTk/MenuItem.hh
@@ -155,10 +155,10 @@ private:
155 bool m_close_on_click, m_toggle_item; 155 bool m_close_on_click, m_toggle_item;
156 156
157 struct Icon { 157 struct Icon {
158 std::auto_ptr<PixmapWithMask> pixmap; 158 std::unique_ptr<PixmapWithMask> pixmap;
159 std::string filename; 159 std::string filename;
160 }; 160 };
161 std::auto_ptr<Icon> m_icon; 161 std::unique_ptr<Icon> m_icon;
162}; 162};
163 163
164} // end namespace FbTk 164} // end namespace FbTk