Kaydet (Commit) f18e14b7 authored tarafından Caolán McNamara's avatar Caolán McNamara

boost->std

Change-Id: I61dac3065a4e80c89e9e136ad1e8e15bc88a8a45
Reviewed-on: https://gerrit.libreoffice.org/18885Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst bc1fdb79
...@@ -63,7 +63,7 @@ public: ...@@ -63,7 +63,7 @@ public:
private: private:
class Implementation; class Implementation;
::boost::scoped_ptr<Implementation> mpImpl; std::unique_ptr<Implementation> mpImpl;
}; };
} // end of namespace sd } // end of namespace sd
......
Markdown is supported
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