Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-05 19:07:50 +0000
committerStijn Buys <ingar@osirion.org>2013-11-05 19:07:50 +0000
commit85c5f8e91fc69c55c138b00fdc505005b2b3e932 (patch)
tree41a270893508e09e82879e9ec7ede84ddc799e39 /src/client/inventorywindow.h
parent29c26acef59a342179fd21405867ff6fee58f58e (diff)
Show both entity and info name on map target info and inventory ship info,
moved the modelview widgets to the top of the widget stack to make sure it gets rendered behind anything else.
Diffstat (limited to 'src/client/inventorywindow.h')
-rw-r--r--src/client/inventorywindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/inventorywindow.h b/src/client/inventorywindow.h
index 95c0a51..be2db40 100644
--- a/src/client/inventorywindow.h
+++ b/src/client/inventorywindow.h
@@ -53,7 +53,7 @@ private:
void show_eject_dialog(const core::Info *info, const int amount);
- void show_eject_amount(const int amount);
+ void show_eject_amount(const core::Info *info, const int amount);
void act_eject();