Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456064 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/eixTk/outputstring.h
0
++ src/eixTk/outputstring.h
Lines 30-36 public: Link Here
30
	explicit OutputString(const char *s) : m_string(s)
30
	explicit OutputString(const char *s) : m_string(s)
31
	{ append_internal(s); }
31
	{ append_internal(s); }
32
32
33
	explicit OutputString(const OutputString &s) :
33
	OutputString(const OutputString &s) :
34
		m_string(s.m_string), m_size(s.m_size), m_insert(s.m_insert), absolute(s.absolute)
34
		m_string(s.m_string), m_size(s.m_size), m_insert(s.m_insert), absolute(s.absolute)
35
	{ }
35
	{ }
36
36

Return to bug 456064