Skip to content

Commit

Permalink
Fix compile-time warning about extra semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Dec 15, 2022
1 parent 19a41eb commit bfedb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sharemanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,6 @@ private slots:
};
}

Q_DECLARE_METATYPE(OCC::SharePtr);
Q_DECLARE_METATYPE(OCC::SharePtr)

#endif // SHAREMANAGER_H

0 comments on commit bfedb6a

Please sign in to comment.