File diff r7192:543ddd0c4867 → r7193:2cae66b95848
src/video/video_driver.hpp
Show inline comments
 
@@ -22,7 +22,7 @@ class VideoDriverFactoryBase: public Dri
 
template <class T>
 
class VideoDriverFactory: public VideoDriverFactoryBase {
 
public:
 
	VideoDriverFactory() { this->RegisterDriver(((T *)this)->GetName(), Driver::DT_VIDEO); }
 
	VideoDriverFactory() { this->RegisterDriver(((T *)this)->GetName(), Driver::DT_VIDEO, ((T *)this)->priority); }
 

	
 
	/**
 
	 * Get the long, human readable, name for the Driver-class.