diff base/View.h @ 44:701404725897

* Use commands for add/delete pane in main window * Add compound command collection to command history (for add pane, import file etc) * Add hide/show pane and hidden pane list to PaneStack * Various other fixes
author Chris Cannam
date Mon, 13 Mar 2006 17:55:19 +0000
parents a6b2128eed56
children b11edc8b8ea0
line wrap: on
line diff
--- a/base/View.h	Fri Mar 10 12:28:22 2006 +0000
+++ b/base/View.h	Mon Mar 13 17:55:19 2006 +0000
@@ -232,7 +232,7 @@
     virtual void viewManagerPlaybackFrameChanged(unsigned long);
     virtual void viewManagerZoomLevelChanged(void *, unsigned long, bool);
 
-    virtual void propertyContainerSelected(PropertyContainer *pc);
+    virtual void propertyContainerSelected(View *, PropertyContainer *pc);
 
     virtual void selectionChanged();
     virtual void toolModeChanged();