Skip to content

Commit

Permalink
Update vertex_lcfi/util/inc/memorymanager.h
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Madlener <[email protected]>
  • Loading branch information
jmcarcell and tmadlener authored Jan 12, 2024
1 parent f463a89 commit 92cc4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertex_lcfi/util/inc/memorymanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace vertex_lcfi
//Protect the constructor, copy and assignment to prevent usage.
protected:
//! Do not use
MemoryManager() = delete;
MemoryManager() = default;
//! Do not use
MemoryManager(const MemoryManager<T>&) = delete;
//! Do not use
Expand Down

0 comments on commit 92cc4fa

Please sign in to comment.