diff view/ViewProxy.h @ 1057:218be6cf2d4f spectrogram-minor-refactor

Merge from default branch
author Chris Cannam
date Mon, 13 Jun 2016 12:46:36 +0100
parents 4e5c1c326794
children 5144d7185fb5
line wrap: on
line diff
--- a/view/ViewProxy.h	Wed Feb 03 16:51:37 2016 +0000
+++ b/view/ViewProxy.h	Mon Jun 13 12:46:36 2016 +0100
@@ -23,6 +23,9 @@
     ViewProxy(View *view, int scaleFactor) :
 	m_view(view), m_scaleFactor(scaleFactor) { }
 
+    virtual int getId() const {
+        return m_view->getId();
+    }
     virtual sv_frame_t getStartFrame() const {
 	return m_view->getStartFrame();
     }