Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing some bugs here
  • Loading branch information
hstefan committed Dec 10, 2010
1 parent 829e3d9 commit 840e16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Balcony.h
Expand Up @@ -37,6 +37,7 @@ namespace rty
{
public:
Balcony();

void leaveOrder(const Item& Item, Table* table);
void leaveOrder(const htl::list<Item>& ords, Table* table);
std::pair<Item, Table*> nextOrder();
Expand Down

0 comments on commit 840e16e

Please sign in to comment.