Skip to content

Commit

Permalink
make constructor public to avoid TClass:New failing error
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiwangYu committed Nov 27, 2017
1 parent 900341b commit de200f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fun4all/interfaces/SQHit.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SQHit : public PHObject {
public:



SQHit() {}
virtual ~SQHit() {}

// PHObject virtual overloads
Expand Down Expand Up @@ -70,8 +70,8 @@ class SQHit : public PHObject {
TriggerMask = 1<<2
};

protected:
SQHit() {}
//protected:
// SQHit() {}

private:

Expand Down

0 comments on commit de200f3

Please sign in to comment.