Skip to content

Commit

Permalink
Refs #9445. Added missing typedef
Browse files Browse the repository at this point in the history
Missing typedef did not let the code compile
  • Loading branch information
Michael Wedel committed May 16, 2014
1 parent 39124fb commit 82623d2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -61,6 +61,8 @@ class MANTID_SINQ_DLL PoldiSourceSpectrum {
};

typedef boost::shared_ptr<PoldiSourceSpectrum> PoldiSourceSpectrum_sptr;
typedef boost::shared_ptr<const PoldiSourceSpectrum> PoldiSourceSpectrum_const_sptr;


}
}
Expand Down

0 comments on commit 82623d2

Please sign in to comment.