Fix LTO
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0d68867aba
commit
5b7e5336c6
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@
|
|||
|
||||
#ifndef HEADLESS
|
||||
START_NAMESPACE_DGL
|
||||
class NanoTopLevelWidget;
|
||||
class TopLevelWidget;
|
||||
template <class BaseWidget> class NanoBaseWidget;
|
||||
typedef NanoBaseWidget<TopLevelWidget> NanoTopLevelWidget;
|
||||
END_NAMESPACE_DGL
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue