mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-28 03:45:24 +01:00
Use nicer syntax for nested namespace definitions
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user