From: byteManiak Date: Tue, 9 Apr 2019 14:25:33 +0000 (+0300) Subject: Fixed compilation units. X-Git-Tag: xonotic-v0.8.5~1556^2 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=719ca597e732e61f96c89a5f201e994473721834 Fixed compilation units. --- diff --git a/qcsrc/menu/xonotic/keybinder.qh b/qcsrc/menu/xonotic/keybinder.qh index 764059f76..7bdc8d695 100644 --- a/qcsrc/menu/xonotic/keybinder.qh +++ b/qcsrc/menu/xonotic/keybinder.qh @@ -27,6 +27,7 @@ CLASS(XonoticKeyBinder, XonoticListBox) ATTRIB(XonoticKeyBinder, keyGrabButton, entity); ATTRIB(XonoticKeyBinder, clearButton, entity); ATTRIB(XonoticKeyBinder, userbindEditDialog, entity); + ATTRIB(XonoticKeyBinder, bindingsResetDialog, entity); METHOD(XonoticKeyBinder, editUserbind, void(entity, string, string, string)); ENDCLASS(XonoticKeyBinder) entity makeXonoticKeyBinder();