Fix "no extern declaration" warning.

This commit is contained in:
Richard Kimberly Heck 2020-02-18 19:22:54 -05:00
parent f152302275
commit 608b927daf

View File

@ -153,12 +153,12 @@ typedef vector<LabelInfo> LabelCache;
typedef map<docstring, Buffer::References> RefCache;
// A storehouse for the cloned buffers.
std::list<CloneList *> cloned_buffers;
} // namespace
// A storehouse for the cloned buffers.
list<CloneList *> cloned_buffers;
class Buffer::Impl
{