diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-02-19 13:58:25 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-02-19 13:58:25 +0000 |
| commit | 8df77121d7afb38e7a5584d0f89f5d7237ebaac1 (patch) | |
| tree | 81a6eb072d07953ac8d47b60ded015ab49757e14 /src/selection.hh | |
| parent | 6c65c5e080d381bb713172976847baad5650e24b (diff) | |
Rename safe_ptr and ref_ptr to SafePtr and RefPtr
Diffstat (limited to 'src/selection.hh')
| -rw-r--r-- | src/selection.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh index cc435aed..1a5834a9 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -136,7 +136,7 @@ private: size_t m_main = 0; Vector<Selection> m_selections; - safe_ptr<Buffer> m_buffer; + SafePtr<Buffer> m_buffer; size_t m_timestamp; }; |
