]> git.lyx.org Git - features.git/commitdiff
Add a using directive
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 24 Jan 2000 15:56:15 +0000 (15:56 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 24 Jan 2000 15:56:15 +0000 (15:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@440 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/insets/figinset.C

index fa156c30f03b4140e813fd6595686e9ffb4c7d89..31fd14a3a179699bd2c09884029d6b45344d8008 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        declared in header. On an alpha, long is _not_ the same as int.
 
        * src/support/LOstream.h: add a "using std::flush;"
+       * src/insets/figinset.C: ditto.
 
 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
index 618ff085011f48d3c24be4b0daf05cfc8e23d846..133f4e9ca4bf6054fba353c8076744465fe8481a 100644 (file)
@@ -48,6 +48,7 @@ using std::ifstream;
 using std::queue;
 using std::list;
 using std::find;
+using std::flush;
 
 #include "figinset.h"
 #include "lyx.h"