Skip to content

Commit

Permalink
make gcc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Jan 22, 2016
1 parent 834e4e9 commit fd90701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ComputationNetworkLib/ComputationNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ protected:
using Base::CreateUniqId; \
using Base::GetNumInputs; \
using Base::ZeroGradientsOfInputs; \
using Base::VerifyDims; \
using Base::VerifyDims; using Base::VerifyDataSize; \
using Base::ConstOnes; \
using Base::DetermineElementwiseTensorRank; \
using Base::GetSampleLayout; \
Expand Down

0 comments on commit fd90701

Please sign in to comment.