Skip to content

Commit

Permalink
Changed forward declaration to struct in DBSpecToDetUnit
Browse files Browse the repository at this point in the history
This fixes a clang warning.
  • Loading branch information
Dr15Jones committed Feb 3, 2019
1 parent 6e701fe commit ad5ef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondFormats/RPCObjects/interface/DBSpecToDetUnit.h
Expand Up @@ -3,7 +3,7 @@

#include "DataFormats/DetId/interface/DetId.h"
struct ChamberLocationSpec;
class FebLocationSpec;
struct FebLocationSpec;

class DBSpecToDetUnit {
public:
Expand Down

0 comments on commit ad5ef9a

Please sign in to comment.