]> git.sesse.net Git - movit/blobdiff - effect_chain_test.cpp
Move everything into “namespace movit”.
[movit] / effect_chain_test.cpp
index 25cd50a26839ba5942998d13b872f42ea13225ef..cf725f1131bb1eae8a1722c1e2989893d8c178be 100644 (file)
@@ -19,6 +19,8 @@
 
 using namespace std;
 
+namespace movit {
+
 TEST(EffectChainTest, EmptyChain) {
        float data[] = {
                0.0f, 0.25f, 0.3f,
@@ -1019,3 +1021,5 @@ TEST(EffectChainTest, IdentityWithOwnPool) {
        // Reset the debug status again.
        movit_debug_level = MOVIT_DEBUG_OFF;
 }
+
+}  // namespace movit