clang warnings fix
This commit is contained in:
@@ -84,6 +84,10 @@ public:
|
||||
uint getNextInventoryId() {
|
||||
return nextInventoryId++;
|
||||
}
|
||||
|
||||
const Content* getContent() const {
|
||||
return content;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* WORLD_WORLD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user