]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation on Haiku Nightly hrev58622
authorPo Lu <luangruo@yahoo.com>
Mon, 10 Feb 2025 04:04:27 +0000 (12:04 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 10 Feb 2025 20:56:27 +0000 (21:56 +0100)
commitc0b338a8becb12a660e0e2ee7e73d6f7482d28b5
tree31eacb08431774fc33eab1928de38d838ba3c16b
parent5a50c89e7dbb24549d18593efd31e6fca96c6e54
Fix compilation on Haiku Nightly hrev58622

* configure.ac (BOBJECTLIST_OWNERSHIP_IS_TEMPLATE_PARAMETER):
Define if BObjectList ownership over its contents is specified
as a template parameter.

* src/haiku_support.cc (class EmacsFontSelectionDialog)
[BOBJECTLIST_OWNERSHIP_IS_TEMPLATE_PARAMETER]: Adjust
accordingly.

(cherry picked from commit 6e8bb757841d76e2df9757404dfafc5cb7777cb8)
configure.ac
src/haiku_support.cc