Commit c8403b65 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

dash: Kill a warning.

parent 3e7eea53
......@@ -34,6 +34,7 @@ namespace dash
class IBufferObserver
{
public:
virtual ~IBufferObserver(){}
virtual void bufferLevelChanged(mtime_t bufferedMicroSec, int bufferedPercent) = 0;
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment