purge stray #undef #1046

pull/1050/head
nick black 4 years ago
parent c6c157a5ad
commit fa92e0ffe8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -480,7 +480,6 @@ namespace ncpp
return error_guard<int> (ncplane_putwegc_yx (plane, y, x, gclust, sbytes), -1);
}
#undef putwc
// OK, this is ugly, but we need to rename this overload or calls similar to n->putc (0, 0, '0') will be
// considered ambiguous with the above `putc (int, int, char)` overload.
int putwc (int y, int x, wchar_t w) const NOEXCEPT_MAYBE

Loading…
Cancel
Save