diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 3753c84d7..d4b99d39e 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -203,6 +203,8 @@ public: return true; } + bool has_mapped_audio() const; + /* ChangeType::PENDING and ChangeType::CANCELLED may be emitted from any thread; ChangeType::DONE always from GUI thread */ boost::signals2::signal<void (ChangeType, std::weak_ptr<Content>, int, bool)> Change; |
