Skip to content

Commit

Permalink
fix windows build pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhove authored and Yan Bao committed Feb 27, 2015
1 parent 734c802 commit 0e5ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/LibUtilities/BasicUtils/PtsField.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class PtsField
LIB_UTILITIES_EXPORT void SetPointsPerEdge(const vector<int> nPtsPerEdge);

template<typename FuncPointerT, typename ObjectPointerT>
LIB_UTILITIES_EXPORT void setProgressCallback(FuncPointerT func,
void setProgressCallback(FuncPointerT func,
ObjectPointerT obj)
{
m_progressCallback = boost::bind(func, obj, _1, _2);
Expand Down

0 comments on commit 0e5ff8a

Please sign in to comment.