summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/IOS/IOSAppBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Common/NativeApp/src/IOS/IOSAppBase.cpp')
-rw-r--r--Common/NativeApp/src/IOS/IOSAppBase.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Common/NativeApp/src/IOS/IOSAppBase.cpp b/Common/NativeApp/src/IOS/IOSAppBase.cpp
index eadbca5..d4defb8 100644
--- a/Common/NativeApp/src/IOS/IOSAppBase.cpp
+++ b/Common/NativeApp/src/IOS/IOSAppBase.cpp
@@ -23,6 +23,9 @@
#include "IOSAppBase.h"
+namespace Diligent
+{
+
void IOSAppBase::Update()
{
// Render the scene
@@ -32,3 +35,4 @@ void IOSAppBase::Update()
Update(CurrTime, ElapsedTime);
}
+}