ossp-pkg/as/as-gui/as_slot.cpp 1.127 -> 1.128
--- as_slot.cpp 2003/02/17 17:19:33 1.127
+++ as_slot.cpp 2003/02/19 18:23:16 1.128
@@ -1561,7 +1561,7 @@
Reportpanel *pReport = NULL; // The local report panel
// Create a new local report window
- pReport = new Reportpanel(this, "Locreportpanel");
+ pReport = new Reportpanel(m_pMaintable, m_pPrefs, this, "Locreportpanel");
pReport->exec(); // Modal panel handler
delete pReport; // Dispose Panel object
}
|
|