Commit 109a31a3 authored by Robert Karlsson's avatar Robert Karlsson

Minor bugfixes

parent 8d9e9816
......@@ -41,6 +41,7 @@ class PnViewer {
PnViewer(
void *v_parent_ctx,
const char *v_name,
const char *v_device,
pwr_tStatus *status);
virtual ~PnViewer();
......@@ -62,6 +63,7 @@ class PnViewer {
void *parent_ctx;
char name[80];
char device[20];
PnViewerNav *viewernav;
CoWow *wow;
int input_open;
......
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