Commit b3d1eb11 authored by Claes Sjofors's avatar Claes Sjofors

Sev xtt arg fix

parent 1a9c7cc1
...@@ -224,7 +224,7 @@ XttSevHist *XttTblGtk::sevhist_new( pwr_tOid *oidv, pwr_tOName *anamev, pwr_tONa ...@@ -224,7 +224,7 @@ XttSevHist *XttTblGtk::sevhist_new( pwr_tOid *oidv, pwr_tOName *anamev, pwr_tONa
GtkWidget *w; GtkWidget *w;
return new XttSevHistGtk( (void *)this, toplevel, "Process History", &w, oidv, anamev, onamev, return new XttSevHistGtk( (void *)this, toplevel, "Process History", &w, oidv, anamev, onamev,
sevhistobjectv, sevcli, 0, 0, 0, sts); sevhistobjectv, sevcli, 0, 0, 0, 0, sts);
} }
CoLogin *XttTblGtk::login_new( const char *name, CoLogin *XttTblGtk::login_new( const char *name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment