Skip to content

Commit

Permalink
refs #4201 Fixing Unix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 9, 2011
1 parent d395410 commit 6edce1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ template<>
class LOOP<2>{
public:
static inline void EXEC(ConvertToMDEvents *pH){
// pH->ws_creator.insert(std::pair<size_t,pWSCreator>(2,&ConvertToMDEvents::createEmptyEventWS<2>));
pH->ws_creator.insert(std::pair<size_t,pWSCreator>(2,&ConvertToMDEvents::createEmptyEventWS<2>));
}
};
/** Constructor
Expand Down

0 comments on commit 6edce1d

Please sign in to comment.