From 719ca597e732e61f96c89a5f201e994473721834 Mon Sep 17 00:00:00 2001 From: byteManiak Date: Tue, 9 Apr 2019 17:25:33 +0300 Subject: [PATCH] Fixed compilation units. --- qcsrc/menu/xonotic/keybinder.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/menu/xonotic/keybinder.qh b/qcsrc/menu/xonotic/keybinder.qh index 764059f768..7bdc8d6955 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(); -- 2.39.2