Fix issues with custom dialogs (that is, special node ones)

This commit is contained in:
2014-04-18 22:35:30 -04:00
parent ba8201d07c
commit ef58cd0601
2 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ typedef boost::optional<bbtt> cBasicButtonType;
namespace {cBasicButtonType null_btn = boost::none;}
#ifndef BTNS_DEFINED
extern cBasicButtonType basic_buttons[];
extern bbtt basic_buttons[];
extern size_t available_btns[];
#endif