mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
ozw: fix up some issues reported by static analysis
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -576,8 +576,8 @@ namespace upm {
|
||||
|
||||
private:
|
||||
// prevent copying and assignment
|
||||
OZW(OZW const &) {};
|
||||
OZW& operator=(OZW const&) {};
|
||||
OZW(OZW const &) = delete;
|
||||
OZW& operator=(OZW const&) = delete;
|
||||
|
||||
// our class instance
|
||||
static OZW* m_instance;
|
||||
|
Reference in New Issue
Block a user