From 15022c8065da2863d62c48fd870109add3b14c1f Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 5 Mar 2022 16:03:09 +0100 Subject: [PATCH] [Gui] SoTextLabel: unify mixed line endings fixes a compiler warning from MSVC --- src/Gui/SoTextLabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/SoTextLabel.h b/src/Gui/SoTextLabel.h index b356e5ca05..d63f7c1d56 100644 --- a/src/Gui/SoTextLabel.h +++ b/src/Gui/SoTextLabel.h @@ -103,7 +103,7 @@ public: protected: virtual ~SoFrameLabel() {}; - virtual void notify(SoNotList * list); + virtual void notify(SoNotList * list); virtual void GLRender(SoGLRenderAction *action); private: