mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix std::endl declaration.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17917 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1f859c2c41
commit
898d0f05dd
@ -22,10 +22,10 @@
|
||||
|
||||
#include <boost/current_function.hpp>
|
||||
|
||||
using std::endl;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
using std::endl;
|
||||
|
||||
|
||||
MathArray & InsetMath::cell(idx_type)
|
||||
|
Loading…
Reference in New Issue
Block a user