remove const from pass-by-value parameters
This commit is contained in:
@@ -925,7 +925,7 @@ class WXDLLIMPEXP_CORE wxResourceCache: public wxList
|
||||
public:
|
||||
wxResourceCache() { }
|
||||
#if !wxUSE_STD_CONTAINERS
|
||||
wxResourceCache(const unsigned int keyType) : wxList(keyType) { }
|
||||
wxResourceCache(unsigned int keyType) : wxList(keyType) { }
|
||||
#endif
|
||||
virtual ~wxResourceCache();
|
||||
};
|
||||
|
Reference in New Issue
Block a user