Skip to content
Commit 0b8237dd authored by Kjell Ahlstedt's avatar Kjell Ahlstedt
Browse files

Glib::ObjectBase: Don't use std::auto_ptr

* glib/glibmm/objectbase.[h|cc]: Use a plain pointer instead of std::auto_ptr.
auto_ptr is deprecated in C++11, and can cause compilation warnings.
Bug #748630.
parent 67e8f269
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment