Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214574
Collapse All | Expand All

(-)src/support/abort.cpp.old (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
void lyx::support::abort()
23
void lyx::support::abort()
24
{
24
{
25
	::abort();
25
	abort();
26
}
26
}
27
27
28
28
(-)src/insets/InsetBibtex.cpp.old (+1 lines)
Lines 33-38 Link Here
33
#include "support/textutils.h"
33
#include "support/textutils.h"
34
34
35
#include <boost/tokenizer.hpp>
35
#include <boost/tokenizer.hpp>
36
#include <limits>
36
37
37
38
38
namespace lyx {
39
namespace lyx {

Return to bug 214574