Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phyBrackets committed Jun 21, 2024
1 parent b12adbe commit 0af99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kdbindings/property.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class Property
// Ideally we would like to figure out a way to remove the moved signal entirely
// at some point. However currently it is still needed for Property bindings to
// keep track of moved Properties.
template<typename PropertyType>
template<typename PropertyType, bool IsConst>
friend class Private::PropertyNode;
Signal<Property<T> &> m_moved;

Expand Down

0 comments on commit 0af99cd

Please sign in to comment.