diff options
Diffstat (limited to 'Samples/CommonSrc/Platform/Platform.cpp')
-rw-r--r-- | Samples/CommonSrc/Platform/Platform.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Samples/CommonSrc/Platform/Platform.cpp b/Samples/CommonSrc/Platform/Platform.cpp index 108c7f5..40d7842 100644 --- a/Samples/CommonSrc/Platform/Platform.cpp +++ b/Samples/CommonSrc/Platform/Platform.cpp @@ -21,15 +21,13 @@ limitations under the License. ************************************************************************************/ - - #include "Platform.h" #include <Kernel/OVR_Std.h> #include <Kernel/OVR_Timer.h> #include "../Render/Render_Device.h" #include "Gamepad.h" -namespace OVR { namespace Platform { +namespace OVR { namespace OvrPlatform { const SetupGraphicsDeviceSet* SetupGraphicsDeviceSet::PickSetupDevice(const char* typeArg) const |