Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-30 14:03:36 +00:00
parent 0d68867aba
commit 5b7e5336c6
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

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