]> git.lyx.org Git - features.git/commitdiff
Fix "no extern declaration" warning.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 19 Feb 2020 00:22:54 +0000 (19:22 -0500)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:52 +0000 (15:48 +0200)
src/Buffer.cpp

index 0dcd81ab5ebed7c6cc4b0c8a27caaa08a4bc5a68..d0ca105015c11bd526e2fccd8ef30c6dc2201d46 100644 (file)
@@ -153,11 +153,11 @@ typedef vector<LabelInfo> LabelCache;
 
 typedef map<docstring, Buffer::References> RefCache;
 
-} // namespace
+// 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