[price-quotes] Use c++ syntax for PricesDialog decl.

This commit is contained in:
John Ralls 2022-10-13 12:51:48 -07:00
parent 90bcde2cfb
commit 99dffa7120

View File

@ -74,7 +74,7 @@ static gboolean gnc_prices_dialog_key_press_cb (GtkWidget *widget,
}
typedef struct
struct PricesDialog
{
GtkWidget * window;
QofSession *session;
@ -90,7 +90,7 @@ typedef struct
GtkWidget *remove_dialog;
GtkTreeView *remove_view;
int remove_source;
} PricesDialog;
};
void