[Gui] SoTextLabel: unify mixed line endings

fixes a compiler warning from MSVC
This commit is contained in:
Uwe
2022-03-05 16:03:09 +01:00
parent 5f092f9072
commit 15022c8065

View File

@@ -103,7 +103,7 @@ public:
protected:
virtual ~SoFrameLabel() {};
virtual void notify(SoNotList * list);
virtual void notify(SoNotList * list);
virtual void GLRender(SoGLRenderAction *action);
private: