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

This commit is contained in:
dfighter1985 2012-07-02 05:07:13 +02:00
parent 363bb731c7
commit 5a76ae7b38
3 changed files with 1184 additions and 1187 deletions

File diff suppressed because it is too large Load diff

View file

@ -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();
} }
} }

File diff suppressed because it is too large Load diff