You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/mlview/files/mlview-0.9.0-gcc45.patch

16 lines
260 B

Fix building with gcc 4.5
http://bugs.gentoo.org/show_bug.cgi?id=320377
--- src/mlview-ustring.cc
+++ src/mlview-ustring.cc
@@ -59,7 +59,7 @@
UString::~UString ()
{}
-UString::UString&
+UString&
UString::operator= (const char *a_cstr)
{
if (!a_cstr)