Browse Source

Fix LTO

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 3 years ago
parent
commit
5b7e5336c6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      plugins/Cardinal/src/plugincontext.hpp

+ 3
- 1
plugins/Cardinal/src/plugincontext.hpp View File

@@ -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…
Cancel
Save