1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Use nicer syntax for nested namespace definitions

This commit is contained in:
Desour
2023-06-12 22:00:08 +02:00
committed by sfan5
parent e700182f44
commit 8b108ed5f2
4 changed files with 7 additions and 7 deletions

View File

@@ -36,9 +36,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define PATH_DELIM ":"
#endif
namespace irr { namespace io {
namespace irr::io {
class IFileSystem;
}}
}
namespace fs
{