Skip to content

Commit

Permalink
Fix another merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Aug 8, 2018
1 parent a97c8ca commit 024343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alia/signals/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ reset(apply_result_data<Value>& data)
}

template<class Value>
struct apply_signal : signal<Value, read_only_signal>
struct apply_signal : signal<apply_signal<Value>, Value, read_only_signal>
{
apply_signal()
{
Expand Down

0 comments on commit 024343c

Please sign in to comment.