diff options
Diffstat (limited to 'shell/loadgraph.c')
-rw-r--r-- | shell/loadgraph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/loadgraph.c b/shell/loadgraph.c index c8503072..22c44dae 100644 --- a/shell/loadgraph.c +++ b/shell/loadgraph.c @@ -323,6 +323,8 @@ gboolean lg_update(gpointer d) int main(int argc, char **argv) { + + LoadGraph *lg; GtkWidget *window; |