From 69195fc49ff17744302e2d230ddc1258b2be60ad Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 10 Feb 2016 18:39:08 -0800 Subject: [PATCH] Derp --- Runtime/Particle/CElectricDescription.hpp | 4 ++-- Runtime/Particle/CParticleSwooshDataFactory.hpp | 2 +- Runtime/Particle/CSwooshDescription.hpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Runtime/Particle/CElectricDescription.hpp b/Runtime/Particle/CElectricDescription.hpp index f2e81bcd0..b90c8e868 100644 --- a/Runtime/Particle/CElectricDescription.hpp +++ b/Runtime/Particle/CElectricDescription.hpp @@ -3,9 +3,9 @@ namespace Retro { -namespace CElectricDescription +class CElectricDescription { -} +}; } #endif // __RETRO_CELECTRICDESCRIPTION_HPP__ diff --git a/Runtime/Particle/CParticleSwooshDataFactory.hpp b/Runtime/Particle/CParticleSwooshDataFactory.hpp index e6d11c4ca..4fcf7ab8f 100644 --- a/Runtime/Particle/CParticleSwooshDataFactory.hpp +++ b/Runtime/Particle/CParticleSwooshDataFactory.hpp @@ -14,7 +14,7 @@ class CParticleSwooshDataFactory { public: static CSwooshDescription* GetGeneratorDesc(CInputStream& in, CSimplePool* resPool); - static CSwooshDescription* CreateGeneratorDescription(CInputStream& resPool, CSimplePool* resPool); + static CSwooshDescription* CreateGeneratorDescription(CInputStream& in, CSimplePool* resPool); static bool CreateWPSM(CSwooshDescription* desc, CInputStream& in, CSimplePool* resPool); }; diff --git a/Runtime/Particle/CSwooshDescription.hpp b/Runtime/Particle/CSwooshDescription.hpp index fda0edab4..267aeefd7 100644 --- a/Runtime/Particle/CSwooshDescription.hpp +++ b/Runtime/Particle/CSwooshDescription.hpp @@ -3,9 +3,9 @@ namespace Retro { -namespace CSwooshDescription +class CSwooshDescription { -} +}; } #endif // __RETRO_CSWOOSHDESCRIPTION_HPP__