author | Tom Tromey <tom@tromey.com> | 2020年06月10日 22:35:15 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023年01月29日 18:23:29 -0700 |
commit | d2bfd88a741cc7e2384c94a6d2104b3e5a458371 (patch) | |
tree | 48e1fcce1d114b47df35721fdad59f7b2549eaca /lib/srchilite/textstyles.h | |
parent | e45099f4068ba514d1a934ccbf079c23e6ca08fb (diff) | |
download | src-highlite-d2bfd88a741cc7e2384c94a6d2104b3e5a458371.tar.gz |
-rw-r--r-- | lib/srchilite/textstyles.h | 2 |
diff --git a/lib/srchilite/textstyles.h b/lib/srchilite/textstyles.h index f907b49..2a54679 100644 --- a/lib/srchilite/textstyles.h +++ b/lib/srchilite/textstyles.h @@ -74,7 +74,7 @@ struct TextStyles { }; /// shared pointer -typedef boost::shared_ptr<TextStyles> TextStylesPtr; +typedef std::shared_ptr<TextStyles> TextStylesPtr; } |