mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
Explicitly remove default constructor for caf::Signal
This commit is contained in:
parent
194f4bc993
commit
c30f930886
@ -176,6 +176,7 @@ public:
|
||||
size_t observerCount() const { return m_observerCallbacks.size(); }
|
||||
|
||||
private:
|
||||
Signal() = delete;
|
||||
Signal( const Signal& rhs ) = delete;
|
||||
Signal& operator=( const Signal& rhs ) = delete;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user