CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.

--HG--
branch : gui-refactoring
hg/feature/sse2
dfighter1985 13 years ago
parent 65f038bf4e
commit ec51a4f340

File diff suppressed because it is too large Load Diff

@ -4,11 +4,14 @@
namespace NLGUI namespace NLGUI
{ {
void ifexprufct_forcelink();
/// 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()
{ {
CDBViewBar3::forceLink(); CDBViewBar3::forceLink();
CDBViewNumber::forceLink(); CDBViewNumber::forceLink();
CDBViewQuantity::forceLink(); CDBViewQuantity::forceLink();
ifexprufct_forcelink();
} }
} }
Loading…
Cancel
Save