Fix one more usage of the deprecated std::auto_ptr that slipped through due to the order merging pull requests.

This commit is contained in:
Adam Reichold
2016-01-09 14:31:25 +01:00
parent b5a7037e4f
commit 46d57426bc

View File

@@ -85,7 +85,7 @@ protected:
Gtk::Button* navPrev;
class MonitorProfileSelector;
std::auto_ptr<MonitorProfileSelector> monitorProfile;
std::unique_ptr<MonitorProfileSelector> monitorProfile;
ImageAreaPanel* iareapanel;
PreviewHandler* previewHandler;