From 2e211e16ffe76dc67a882061cd5872125a6b83e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Fri, 28 Sep 2018 09:31:33 +0200 Subject: [PATCH] Added new constructor and distributed node ID to FileName. --- src/TNL/FileName.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TNL/FileName.cpp b/src/TNL/FileName.cpp index b8601ce2e9..ecbe0a664b 100644 --- a/src/TNL/FileName.cpp +++ b/src/TNL/FileName.cpp @@ -95,4 +95,4 @@ void removeFileExtension( String& fileName ) fileName. setString( fileName. getString(), 0, i ); } -} // namespace TNL \ No newline at end of file +} // namespace TNL -- GitLab