Skip to content

Commit

Permalink
Fix C11 yelp.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jan 20, 2014
1 parent 81723e8 commit b8fdecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCms/XrdCmsCluster.hh
Expand Up @@ -189,7 +189,7 @@ int Stats(char *bfr, int bln); // Server
int Statt(char *bfr, int bln); // Manager

XrdCmsCluster();
~XrdCmsCluster() {} // This object should never be deleted
virtual ~XrdCmsCluster() {} // This object should never be deleted

private:
int Assign(const char *Cid);
Expand Down

0 comments on commit b8fdecc

Please sign in to comment.