Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcowan authored Aug 25, 2019
1 parent fab9525 commit 7ae6302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private:
class Popup {
public:
const Slot<> show = Slot(this, &Popup::render);
const Slot<> show = Slot<>(this, &Popup::render);
private:
void render() { }
Expand Down

0 comments on commit 7ae6302

Please sign in to comment.