I f'ed up the merge.
@ -82,8 +82,6 @@ class GlxApplication: public AbstractXApplication {
~GlxApplication();
};
GlxApplication::~GlxApplication() = default;
/** @hideinitializer
@brief Entry point for GLX-based applications
@param className Class name
@ -83,8 +83,6 @@ class XEglApplication: public AbstractXApplication {
~XEglApplication();
XEglApplication::~XEglApplication() = default;
@brief Entry point for X/EGL-based applications