Link group_wheel.cpp, ref #176
This commit is contained in:
parent
539f10fafa
commit
119c931738
2 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@ NLMISC_REGISTER_OBJECT(CViewBase, CInterfaceGroupWheel, std::string, "group_whee
|
||||||
namespace NLGUI
|
namespace NLGUI
|
||||||
{
|
{
|
||||||
|
|
||||||
|
void force_link_group_wheel_cpp() { }
|
||||||
|
|
||||||
// *****************************************************************************************************************
|
// *****************************************************************************************************************
|
||||||
CInterfaceGroupWheel::CInterfaceGroupWheel(const TCtorParam ¶m) : CInterfaceGroup(param)
|
CInterfaceGroupWheel::CInterfaceGroupWheel(const TCtorParam ¶m) : CInterfaceGroup(param)
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,6 +26,7 @@ namespace NLGUI
|
||||||
void ifexprufct_forcelink();
|
void ifexprufct_forcelink();
|
||||||
void force_link_dbgroup_select_number_cpp();
|
void force_link_dbgroup_select_number_cpp();
|
||||||
void force_link_dbgroup_combo_box_cpp();
|
void force_link_dbgroup_combo_box_cpp();
|
||||||
|
void force_link_group_wheel_cpp();
|
||||||
|
|
||||||
/// Necessary so the linker doesn't drop the code of these classes from the library
|
/// Necessary so the linker doesn't drop the code of these classes from the library
|
||||||
void LinkHack()
|
void LinkHack()
|
||||||
|
@ -37,5 +38,6 @@ namespace NLGUI
|
||||||
ifexprufct_forcelink();
|
ifexprufct_forcelink();
|
||||||
force_link_dbgroup_select_number_cpp();
|
force_link_dbgroup_select_number_cpp();
|
||||||
force_link_dbgroup_combo_box_cpp();
|
force_link_dbgroup_combo_box_cpp();
|
||||||
|
force_link_group_wheel_cpp();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue