Skip to content

Commit 9c33a81

Browse files
committedJun 4, 2017
Fixed typo
1 parent e1c9b44 commit 9c33a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/greenpak4/Greenpak4BitstreamEntity.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ bool Greenpak4BitstreamEntity::LoadPropagationDelay(PTVCorner corner, json_objec
519519
Base class implementation should never be called (base class should override) if there's any extra data,
520520
but we need a default implementation to avoid every derived class having an empty stub
521521
*/
522-
bool Greenpak4BitstreamEntity::LoadExtraTimingData(PTVCorner /*corner*/, string /*delaytype*/, json_object* /*object*/)
522+
bool Greenpak4BitstreamEntity::LoadExtraTimingData(PTVCorner /*corner*/, string delaytype, json_object* /*object*/)
523523
{
524524
LogWarning("Greenpak4BitstreamEntity: Don't know what to do with delay type %s\n", delaytype.c_str());
525525
return true;

0 commit comments

Comments
 (0)
Please sign in to comment.