mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix "no extern declaration" warning.
This commit is contained in:
parent
f152302275
commit
608b927daf
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user