diff --git a/src/gallium/drivers/r600/sfn/sfn_vertexstageexport.h b/src/gallium/drivers/r600/sfn/sfn_vertexstageexport.h index 3bb9fb2b37a..46aee807195 100644 --- a/src/gallium/drivers/r600/sfn/sfn_vertexstageexport.h +++ b/src/gallium/drivers/r600/sfn/sfn_vertexstageexport.h @@ -52,7 +52,7 @@ protected: unsigned param_id(unsigned driver_location); unsigned current_param() const; private: - std::priority_queue, std::greater > m_param_driver_locations; + std::priority_queue, std::greater > m_param_driver_locations; std::map m_param_map; unsigned m_current_param; };