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>2010-03-13 13:03:33 +0000
committerStijn Buys <ingar@osirion.org>2010-03-13 13:03:33 +0000
commitf612f19e095b8d0ba49f5bcdec6a582824315d69 (patch)
treeaa94da4a14254365ead88219726dcc0f3b2c4928 /src/game/base/shipmodel.h
parentb16f437accb2db2effde95d7c6afa7dc5dd70bf6 (diff)
small OS X build fixes
ShipModel::search cleanup
Diffstat (limited to 'src/game/base/shipmodel.h')
-rw-r--r--src/game/base/shipmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/shipmodel.h b/src/game/base/shipmodel.h
index 3c7f6df..9b428df 100644
--- a/src/game/base/shipmodel.h
+++ b/src/game/base/shipmodel.h
@@ -84,7 +84,7 @@ public:
static ShipModel *find(const std::string & label);
- static ShipModel *search(const std::string searchstr);
+ static ShipModel *search(const std::string & searchstr);
static void list();