diff options
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r-- | src/notifymanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notifymanager.cpp b/src/notifymanager.cpp index 1cbd755ff..fcd432ec0 100644 --- a/src/notifymanager.cpp +++ b/src/notifymanager.cpp @@ -29,7 +29,7 @@ #ifdef TMWA_SUPPORT #include "net/tmwa/guildmanager.h" -#endif +#endif // TMWA_SUPPORT #include "resources/notifications.h" @@ -51,9 +51,9 @@ namespace NotifyManager return guildHandler->getTab(); else if (guildManager) return guildManager->getTab(); -#else +#else // TMWA_SUPPORT return guildHandler->getTab(); -#endif +#endif // TMWA_SUPPORT } return nullptr; } |