Skip to content

Commit

Permalink
Fix ChamberLocationSpec re-deleclaratin as class
Browse files Browse the repository at this point in the history
According to the header, ChamberLocationSpec is not a class, but a
struct. Change forward declarations accordingly.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
  • Loading branch information
David Abdurachmanov authored and David Abdurachmanov committed Oct 5, 2014
1 parent 0c20cf6 commit 83f701e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CondFormats/RPCObjects/interface/DBSpecToDetUnit.h
Expand Up @@ -2,7 +2,7 @@
#define CondFormatsRPCObjectsDBSpecToDetUnit_H

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

class DBSpecToDetUnit {
Expand Down
2 changes: 1 addition & 1 deletion CondFormats/RPCObjects/interface/DccSpec.h
Expand Up @@ -12,7 +12,7 @@
#include <boost/cstdint.hpp>
#include "CondFormats/RPCObjects/interface/TriggerBoardSpec.h"

class ChamberLocationSpec;
struct ChamberLocationSpec;

class DccSpec {
public:
Expand Down

0 comments on commit 83f701e

Please sign in to comment.