Index: command_buffer/service/win/d3d9/gapi_d3d9.h |
=================================================================== |
--- command_buffer/service/win/d3d9/gapi_d3d9.h (revision 30103) |
+++ command_buffer/service/win/d3d9/gapi_d3d9.h (working copy) |
@@ -46,6 +46,7 @@ |
namespace o3d { |
namespace command_buffer { |
+namespace o3d { |
// This class implements the GAPI interface for D3D9. |
class GAPID3D9 : public GAPIInterface { |
@@ -501,6 +502,7 @@ |
D3DXGetShaderInputSemanticsProc get_shader_input_semantics_; |
}; |
+} // namespace o3d |
} // namespace command_buffer |
} // namespace o3d |