File diff r7192:543ddd0c4867 → r7193:2cae66b95848
src/sound/sound_driver.hpp
Show inline comments
 
@@ -14,7 +14,7 @@ class SoundDriverFactoryBase: public Dri
 
template <class T>
 
class SoundDriverFactory: public SoundDriverFactoryBase {
 
public:
 
	SoundDriverFactory() { this->RegisterDriver(((T *)this)->GetName(), Driver::DT_SOUND); }
 
	SoundDriverFactory() { this->RegisterDriver(((T *)this)->GetName(), Driver::DT_SOUND, ((T *)this)->priority); }
 

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