mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[price-quotes] Use c++ syntax for PricesDialog decl.
This commit is contained in:
parent
90bcde2cfb
commit
99dffa7120
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user