X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstereocombiner.cpp;h=54ab3e3218e7e265d4e9c88b72163ca0cca9d321;hb=245c16a330e7c0cec79f5f96120b51b47a295392;hp=ba71818d743c56ae3d6b464942d48f5e6c5f0b2c;hpb=3d83f3acedfdd428807313986eefaf5bcd64b7e8;p=libs%2Fvr.git diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index ba71818..54ab3e3 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -1,7 +1,7 @@ #include "stereocombiner.h" namespace Msp { -namespace GL { +namespace VR { StereoCombiner::StereoCombiner(): width_div(1), @@ -10,5 +10,5 @@ StereoCombiner::StereoCombiner(): oversize(1.0f) { } -} // namespace GL +} // namespace VR } // namespace Msp