Commit f5c97924 by Gabriel Dos Reis Committed by Gabriel Dos Reis

editbuf.h (edit_streambuf): Fix syntax error in friend-declaration.

	* editbuf.h (edit_streambuf): Fix syntax error in
	friend-declaration.

From-SVN: r35782
parent ef42b1dd
2000-08-18 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* editbuf.h (edit_streambuf): Fix syntax error in
friend-declaration.
2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
......
......@@ -76,7 +76,7 @@ struct edit_string {
};
struct edit_streambuf : public streambuf {
friend edit_buffer;
friend class edit_buffer;
edit_string *str;
edit_streambuf* next; // Chain of edit_streambuf's for a edit_buffer.
short _mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment