diff options
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index 17cc3d5c..dd42a4ad 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -53,7 +53,7 @@ extern char npc_button[10]; extern StatusWindow *statusWindow; extern BuyDialog *buyDialog; extern BuySellDialog *buySellDialog; -extern InventoryDialog *inventoryDialog; +extern InventoryWindow *inventoryWindow; // The action listener for the chat field class ChatListener : public gcn::ActionListener { |