mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-18 20:40:43 +01:00
Fix a compilation error on an old GCC
This commit is contained in:
parent
619261f5e1
commit
1a4e4ba86f
@ -197,7 +197,7 @@ const Engine::Scope& GstEngine::scope() {
|
||||
}
|
||||
|
||||
void GstEngine::UpdateScope() {
|
||||
typedef typename Engine::Scope::value_type sample_type;
|
||||
typedef Engine::Scope::value_type sample_type;
|
||||
|
||||
// determine the number of channels
|
||||
GstStructure* structure = gst_caps_get_structure(
|
||||
|
Loading…
Reference in New Issue
Block a user