Quick reference macro to GUI with the cast applied so access is available

This commit is contained in:
Joseph Lenox 2018-06-13 22:20:57 -05:00
parent d95d7f8d55
commit 93039e13fc

View File

@ -49,5 +49,9 @@ private:
};
/// Quick reference to this app with its cast applied.
#define SLIC3RAPP dynamic_cast<App*>(wxTheApp)
}} // namespace Slic3r::GUI
#endif // GUI_HPP