FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed typo (why did this even compile...). · jchjava/cpp.react@5b96e23 · GitHub

Commit 5b96e23

Browse files
committed
Fixed typo (why did this even compile...).
1 parent 0dcb2eb commit 5b96e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎include/react/detail/graph/GraphBase.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ template
2828
long long threshold
2929
>
3030
struct UpdateTimingPolicy :
31-
private ConditionalTimer<threshold, D::uses_update_timer>
31+
private ConditionalTimer<threshold, D::uses_node_update_timer>
3232
{
3333
class ScopedUpdateTimer : public ScopedTimer
3434
{

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL