Skip to content

Commit 1f4f999

Browse files
committed
fixed compilation on linux
1 parent 8f77658 commit 1f4f999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/window/window_bazaar_orders.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ struct bazaar_orders_window : public building_info_window_t<bazaar_orders_window
1414
virtual void window_info_foreground(object_info &c) override;
1515
};
1616

17-
bazaar_orders_window granary_ordersw;
17+
bazaar_orders_window bazaar_ordersw;
1818

1919

2020
void window_bazaar_orders_show(object_info &c) {
21-
c.ui = &granary_ordersw;
21+
c.ui = &bazaar_ordersw;
2222
c.ui->window_info_background(c);
2323
}
2424

0 commit comments

Comments
 (0)