Fix a warning in clutstore.h
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
void set( CLUT *p ) { m_point = p; }
|
||||
|
||||
private:
|
||||
ClutPtr& operator=(ClutPtr const& cp ) {} // ... a return value is expected here
|
||||
ClutPtr& operator=(ClutPtr const& cp ) { /*only for clean warning messages*/return *this; }
|
||||
CLUT *m_point;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user