mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
tmeporary link fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15426 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5c0438b85c
commit
5dc370ea73
@ -500,10 +500,12 @@ int p(vector<char *> const & arg)
|
||||
|
||||
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
using namespace lyx;
|
||||
lyxerr.rdbuf(cerr.rdbuf());
|
||||
|
||||
CmdLineParser args;
|
||||
@ -615,4 +617,13 @@ int main(int argc, char * argv[])
|
||||
}
|
||||
|
||||
|
||||
} // namespace lyx
|
||||
namespace boost {
|
||||
|
||||
void assertion_failed(char const* a, char const* b, char const* c, long d)
|
||||
{
|
||||
lyx::lyxerr << "Assertion failed: " << a << ' ' << b << ' ' << c << ' '
|
||||
<< d << '\n';
|
||||
}
|
||||
|
||||
} // namespace boost
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user