diff options
| author | 2018-07-31 03:02:16 +0100 | |
|---|---|---|
| committer | 2019-01-25 02:49:03 +0000 | |
| commit | fb17bba197a190b5865e2ddf4f70019a6dc23ba2 (patch) | |
| tree | afd8943530eceb5b14f457856edd9257bdc440ca /src/modules/m_spanningtree/servercommand.h | |
| parent | Use C++14 compilers in Docker on Travis. (diff) | |
Replace the TR1NS macro with the std namespace.
Diffstat (limited to 'src/modules/m_spanningtree/servercommand.h')
| -rw-r--r-- | src/modules/m_spanningtree/servercommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/servercommand.h b/src/modules/m_spanningtree/servercommand.h index 6ea5a9251..7e4af3b48 100644 --- a/src/modules/m_spanningtree/servercommand.h +++ b/src/modules/m_spanningtree/servercommand.h @@ -95,7 +95,7 @@ class ServerOnlyServerCommand : public ServerCommand class ServerCommandManager { - typedef TR1NS::unordered_map<std::string, ServerCommand*> ServerCommandMap; + typedef std::unordered_map<std::string, ServerCommand*> ServerCommandMap; ServerCommandMap commands; public: |
