headers: Explicitly hide BAlert functions

Explicitly hide some BAlert functions that ought to have been
deleted. This prevents binding generators from thinking that these
functions are available, causing undefined symbol errors during
link time.

Change-Id: I56f53808851b82a10f31015d2351d4e2c29b6f33
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6718
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
This commit is contained in:
Trung Nguyen 2023-07-16 19:23:25 +10:00 committed by Adrien Destugues
parent f11b304632
commit 8e8250e9dd

View File

@ -97,6 +97,9 @@ private:
virtual void _ReservedAlert2();
virtual void _ReservedAlert3();
BAlert(BAlert&);
BAlert& operator=(BAlert&);
void _Init(const char* text, const char* button1,
const char* button2, const char* button3,
button_width width, button_spacing spacing,