Commit daf35d37 authored by Robert Karlsson's avatar Robert Karlsson

Minor bugfixes

parent 30995693
......@@ -52,8 +52,9 @@ PnViewerGtk::PnViewerGtk (
void *v_parent_ctx,
GtkWidget *v_parent_wid,
const char *v_name,
const char *v_device,
pwr_tStatus *status) :
PnViewer( v_parent_ctx, v_name, status), parent_wid(v_parent_wid)
PnViewer( v_parent_ctx, v_name, v_device, status), parent_wid(v_parent_wid)
{
const int window_width = 800;
const int window_height = 600;
......
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