Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/navpoint.h')
-rw-r--r--src/game/base/navpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/navpoint.h b/src/game/base/navpoint.h
index 7ea505d..c2fb1d6 100644
--- a/src/game/base/navpoint.h
+++ b/src/game/base/navpoint.h
@@ -12,7 +12,7 @@
#include <string>
-namespace base {
+namespace game {
/// a navigation point
class NavPoint : public core::Entity {