Skip to content

Commit

Permalink
Update Singleton.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh authored Oct 12, 2024
1 parent d02289c commit bc1b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Base/Singleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ private: \
ClassName(ClassName const&) = delete; \
ClassName& operator=(ClassName const&) = delete; \
ClassName(ClassName&&) = delete; \
ClassName& operator=(ClassName&&) = delete\
ClassName& operator=(ClassName&&) = delete

0 comments on commit bc1b66b

Please sign in to comment.