mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use nicer syntax for nested namespace definitions
This commit is contained in:
parent
e700182f44
commit
8b108ed5f2
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue