aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/inventory.h
diff options
context:
space:
mode:
authorEugene Sandulenko2018-06-20 13:58:00 +0200
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commitc3e1157d18022795f23b37a876ae51e31c38adba (patch)
treecafefec29b7db1e84511a17426432b602a68f4e5 /engines/pink/objects/inventory.h
parent5142ed203c241386b620237d7fd8814d9273dac2 (diff)
downloadscummvm-rg350-c3e1157d18022795f23b37a876ae51e31c38adba.tar.gz
scummvm-rg350-c3e1157d18022795f23b37a876ae51e31c38adba.tar.bz2
scummvm-rg350-c3e1157d18022795f23b37a876ae51e31c38adba.zip
PINK: JANITORIAL: More formatting fixes
Diffstat (limited to 'engines/pink/objects/inventory.h')
-rw-r--r--engines/pink/objects/inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/inventory.h b/engines/pink/objects/inventory.h
index c9357fc62a..15c21bf153 100644
--- a/engines/pink/objects/inventory.h
+++ b/engines/pink/objects/inventory.h
@@ -62,7 +62,7 @@ public:
bool start(bool paused);
void setLeadActor(LeadActor *lead) { _lead = lead; }
- InventoryItem* findInventoryItem(const Common::String &name);
+ InventoryItem *findInventoryItem(const Common::String &name);
bool isPinkOwnsAnyItems();
void setItemOwner(const Common::String &owner, InventoryItem *item);