Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Restored copy constructor protection for mapcomposite
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Schilling committed Dec 8, 2013
1 parent c5f0ca6 commit 71afa59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game-server/mapcomposite.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class MapComposite
{
public:
MapComposite(int id, const std::string &name);
MapComposite(const MapComposite &) = delete;
~MapComposite();

bool readMap();
Expand Down

0 comments on commit 71afa59

Please sign in to comment.