DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 9c2f68f6bfa3de2e73080fa665c7f88b7debdb67
parent d5c8ba4af3e74367808cae3c9b4f68adb960550f
Author: falkTX <falktx@falktx.com>
Date:   Sat,  1 May 2021 14:31:14 +0100

Increase line length

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdgl/Application.hpp | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dgl/Application.hpp b/dgl/Application.hpp @@ -32,11 +32,9 @@ class Window; Base DGL Application class. One application instance is required for creating a window. - There's no single/global application instance in DGL, and multiple - windows can share the same app instance. + There's no single/global application instance in DGL, and multiple windows can share the same app instance. - In standalone mode an application will automatically quit its - event-loop when all its windows are closed. + In standalone mode an application will automatically quit its event-loop when all its windows are closed. */ class Application {