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

(-)file_not_specified_in_diff (-4 / +8 lines)
Line  Link Here
0
-- traverso-0.42.0.orig/src/traverso/Main.cpp
0
++ traverso-0.42.0/src/traverso/Main.cpp
Lines 31-36 Link Here
31
// Always put me below _all_ includes, this is needed
31
// Always put me below _all_ includes, this is needed
32
// in case we run with memory leak detection enabled!
32
// in case we run with memory leak detection enabled!
33
#include "Debugger.h"
33
#include "Debugger.h"
34
#include <cstdlib>
34
35
35
36
36
Traverso* traverso;
37
Traverso* traverso;
37
-- traverso-0.42.0.orig/src/traverso/songcanvas/TimeLineView.cpp
38
++ traverso-0.42.0/src/traverso/songcanvas/TimeLineView.cpp
Lines 48-53 Link Here
48
// Always put me below _all_ includes, this is needed
48
// Always put me below _all_ includes, this is needed
49
// in case we run with memory leak detection enabled!
49
// in case we run with memory leak detection enabled!
50
#include "Debugger.h"
50
#include "Debugger.h"
51
#include <cstdlib>
51
52
52
53
53
#define MARKER_SOFT_SELECTION_DISTANCE 50
54
#define MARKER_SOFT_SELECTION_DISTANCE 50
54
-- traverso-0.42.0.orig/src/core/ReadSource.cpp
55
++ traverso-0.42.0/src/core/ReadSource.cpp
Lines 35-41 Link Here
35
// Always put me below _all_ includes, this is needed
35
// Always put me below _all_ includes, this is needed
36
// in case we run with memory leak detection enabled!
36
// in case we run with memory leak detection enabled!
37
#include "Debugger.h"
37
#include "Debugger.h"
38
38
#ifndef LONG_LONG_MAX
39
#define LONG_LONG_MAX __LONG_LONG_MAX__
40
#endif
39
41
40
/**
42
/**
41
 *	\class ReadSource
43
 *	\class ReadSource

Return to bug 217831